diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 2000-02-13 03:25:05 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 2000-02-13 03:25:05 +0000 |
commit | b5d1cecde4e6c0dcb132742181e822478f6759af (patch) | |
tree | a5f4ee1240324a616c9004580f7a5eddaac86d39 /dns/dlint | |
parent | Update to version 1.1.16. (diff) |
Style nits in the ports I maintain.
Diffstat (limited to 'dns/dlint')
-rw-r--r-- | dns/dlint/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dns/dlint/Makefile b/dns/dlint/Makefile index 841e3b0adb5a..cda4fe9dfaa0 100644 --- a/dns/dlint/Makefile +++ b/dns/dlint/Makefile @@ -1,6 +1,6 @@ # ex:ts=8 # Ports collection makefile for: dlint -# Version required: 1.3.2 +# Version required: 1.3.2 # Date created: Wed Dec 23, 1998 # Whom: David O'Brien (obrien@NUXI.com) # @@ -12,7 +12,7 @@ PKGNAME= dlint-1.3.3 CATEGORIES= net MASTER_SITES= http://www.domtools.com/pub/ -MAINTAINER= obrien@FreeBSD.org +MAINTAINER= obrien@FreeBSD.org NO_BUILD= yes MAN8= dlint.8 |