diff options
author | sobomax <sobomax@FreeBSD.org> | 2000-07-13 11:13:34 +0000 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2000-07-13 11:13:34 +0000 |
commit | 5ba0d165ee8ffa8e2d1c743cd41d2655f2693217 (patch) | |
tree | 717a568f43c13b25e926775f4052856b0d3d1ba8 /dns/dnsutl/Makefile | |
parent | 1888e79a4ec22a78c5e736a956be264c8fccc74d (diff) | |
download | FreeBSD-ports-5ba0d165ee8ffa8e2d1c743cd41d2655f2693217.zip FreeBSD-ports-5ba0d165ee8ffa8e2d1c743cd41d2655f2693217.tar.gz |
Update to 1.6.
Submitted by: maintainer
Diffstat (limited to 'dns/dnsutl/Makefile')
-rw-r--r-- | dns/dnsutl/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/dns/dnsutl/Makefile b/dns/dnsutl/Makefile index fd88845..974a7ce 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> |