diff options
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 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> |