summaryrefslogtreecommitdiff
path: root/net/bind9-current/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/bind9-current/Makefile')
-rw-r--r--net/bind9-current/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/net/bind9-current/Makefile b/net/bind9-current/Makefile
index 2d561f2fffe..179ecfc635c 100644
--- a/net/bind9-current/Makefile
+++ b/net/bind9-current/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2000/12/30 13:57:45 wiz Exp $
+# $NetBSD: Makefile,v 1.7 2001/01/03 17:15:51 itojun Exp $
#
DISTNAME= bind-${BIND_VERSION}
@@ -17,7 +17,7 @@ BUILD_DEFS+= USE_INET6
DEPENDS+= unproven-pthreads>=0.17:../../devel/unproven-pthreads
# No need to set USE_INET6, will auto-detect.
-BIND_VERSION= 9.1.0b1
+BIND_VERSION= 9.1.0b2
DIST_SUBDIR= bind/${BIND_VERSION}
GNU_CONFIGURE= yes
# dnssec-keygen needs "good enough" random number, use /dev/urandom
@@ -40,6 +40,7 @@ post-install:
${INSTALL_DATA} ${WRKSRC}/doc/rfc/* ${PREFIX}/share/doc/bind9/rfc
${INSTALL_MAN} ${WRKSRC}/doc/man/bin/*.8 ${PREFIX}/man/man8
${INSTALL_MAN} ${WRKSRC}/doc/man/bin/*.5 ${PREFIX}/man/man5
+ ${INSTALL_MAN} ${WRKSRC}/doc/man/bin/*.1 ${PREFIX}/man/man1
${INSTALL_MAN} ${WRKSRC}/doc/man/dnssec/*.8 ${PREFIX}/man/man8
.include "../../mk/bsd.pkg.mk"