summaryrefslogtreecommitdiff
path: root/dns/dnsutl/Makefile
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2000-07-13 11:13:34 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2000-07-13 11:13:34 +0000
commit729d5f1268f22af4ce40df609aad46e74b4e1ed2 (patch)
treef18fa431076fb391aaca24cea3c245e833fa4be1 /dns/dnsutl/Makefile
parentUpdate to 0.3.0. (diff)
Update to 1.6.
Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=30572
Diffstat (limited to 'dns/dnsutl/Makefile')
-rw-r--r--dns/dnsutl/Makefile9
1 files changed, 5 insertions, 4 deletions
diff --git a/dns/dnsutl/Makefile b/dns/dnsutl/Makefile
index fd88845dcb6e..974a7ce59f87 100644
--- a/dns/dnsutl/Makefile
+++ b/dns/dnsutl/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= dnsutl
-PORTVERSION= 1.5
+PORTVERSION= 1.6
CATEGORIES= net
MASTER_SITES= http://www.canb.auug.org.au/~millerp/dnsutl/ \
http://www.tip.net.au/~millerp/dnsutl/ \
@@ -18,8 +18,9 @@ MAINTAINER= Karl.Dietz@frankfurt.netsurf.de
GNU_CONFIGURE= yes
ALL_TARGET= all sure
-MAN1= dns-bootp.1 dns-bootparams.1 dns-ethers-import.1 \
- dns-ethers.1 dns-filter.1 dns-hosts-import.1 \
- dns-hosts.1 dns-license.1 dns-ng.1 dns-rev.1
+MAN1= dns-boot-check.1 dns-bootp.1 dns-bootparams.1 \
+ dns-ethers-import.1 dns-ethers.1 dns-filter.1 \
+ dns-hosts-import.1 dns-hosts.1 dns-license.1 \
+ dns-ng.1 dns-rev.1
.include <bsd.port.mk>