diff options
author | dougb <dougb@FreeBSD.org> | 2000-11-20 03:21:02 +0800 |
---|---|---|
committer | dougb <dougb@FreeBSD.org> | 2000-11-20 03:21:02 +0800 |
commit | 8557b09705a475ab5c4af5f49078482b856fe903 (patch) | |
tree | eb2c7cd7ae098b1fefa09f5e86784a1079308b81 /dns/bind9/Makefile | |
parent | 4840dc7262f8f9690f8bb2af81e15a94e6b8f91b (diff) | |
download | freebsd-ports-graphics-8557b09705a475ab5c4af5f49078482b856fe903.tar.gz freebsd-ports-graphics-8557b09705a475ab5c4af5f49078482b856fe903.tar.zst freebsd-ports-graphics-8557b09705a475ab5c4af5f49078482b856fe903.zip |
Update to 9.0.1
PR: ports/22941
Submitted by: Leif Neland, leifn@neland.dk
Diffstat (limited to 'dns/bind9/Makefile')
-rw-r--r-- | dns/bind9/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dns/bind9/Makefile b/dns/bind9/Makefile index 26b2a7ec5de..80cb09b0271 100644 --- a/dns/bind9/Makefile +++ b/dns/bind9/Makefile @@ -6,7 +6,7 @@ # PORTNAME= bind -PORTVERSION= 9.0.0 +PORTVERSION= 9.0.1 PORTREVISION= 1 CATEGORIES= net ipv6 MASTER_SITES= ftp://ftp.isc.org/isc/bind9/${PORTVERSION}/ \ @@ -16,7 +16,7 @@ MAINTAINER= ports@FreeBSD.org GNU_CONFIGURE= yes -MAN1= host.1 +MAN1= host.1 dig.1 MAN5= rndc.conf.5 MAN8= lwresd.8 named.8 nsupdate.8 rndc.8 dnssec-keygen.8 dnssec-makekeyset.8 \ dnssec-signkey.8 dnssec-signzone.8 |