diff options
Diffstat (limited to 'net/bind9/Makefile')
-rw-r--r-- | net/bind9/Makefile | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/net/bind9/Makefile b/net/bind9/Makefile index 66a9fba342f..8e7bc3197df 100644 --- a/net/bind9/Makefile +++ b/net/bind9/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.36 2001/07/04 00:21:34 itojun Exp $ +# $NetBSD: Makefile,v 1.37 2001/11/27 03:38:40 itojun Exp $ # DISTNAME= bind-${BIND_VERSION} -PKGNAME= bind-9.1.3 CATEGORIES= net MASTER_SITES= ftp://ftp.isc.org/isc/bind9/${BIND_VERSION}/ @@ -15,14 +14,14 @@ COMMENT= Version 9 of the Berkeley Internet Name Daemon, implementation of DNS BUILD_DEFS+= USE_INET6 # No need to set USE_INET6, will auto-detect. -BIND_VERSION= 9.1.3 +BIND_VERSION= 9.2.0 DIST_SUBDIR= bind/${BIND_VERSION} GNU_CONFIGURE= yes CONFIGURE_ARGS+=--disable-threads # Until we have real threads CONFIGURE_ARGS+=--with-libtool=yes \ --sysconfdir=/etc \ --localstatedir=/var -LDFLAGS+= -Wl,-R${LOCALBASE}/pthreads/lib -L${LOCALBASE}/pthreads/lib +#LDFLAGS+= -Wl,-R${LOCALBASE}/pthreads/lib -L${LOCALBASE}/pthreads/lib # use external OpenSSL. comment the following two lines out to use # OpenSSL shipped with BIND9. USE_SSL= yes @@ -49,10 +48,6 @@ post-install: ${INSTALL_DATA} ${WRKSRC}/doc/draft/* ${PREFIX}/share/doc/bind9/draft ${INSTALL_DATA} ${WRKSRC}/doc/misc/* ${PREFIX}/share/doc/bind9/misc ${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 ${CP} ${PKGDIR}/PLIST ${PLIST_SRC} (cd ${PREFIX}; ${FIND} share/doc/bind9 -type f -print ) >> ${PLIST_SRC} (cd ${PREFIX}; ${FIND} share/doc/bind9 -type d -print ) | \ |