summaryrefslogtreecommitdiff
path: root/dns/bind8/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'dns/bind8/Makefile')
-rw-r--r--dns/bind8/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/dns/bind8/Makefile b/dns/bind8/Makefile
index a02efc7ab1b8..80a006c92650 100644
--- a/dns/bind8/Makefile
+++ b/dns/bind8/Makefile
@@ -6,9 +6,9 @@
#
PORTNAME= bind
-PORTVERSION= 8.2.4.T2B
+PORTVERSION= 8.2.4
CATEGORIES= net
-MASTER_SITES= ftp://ftp.isc.org/isc/bind/src/testing/t2b/
+MASTER_SITES= ftp://ftp.isc.org/isc/bind/src/8.2.4/
DISTFILES= bind-src.tar.gz bind-doc.tar.gz
MAINTAINER= DougB@FreeBSD.org
@@ -29,6 +29,6 @@ PATCH_DIST_ARGS= -d ${WRKDIR}
post-install:
@(cd ${WRKDIR}/doc/man && ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_FLAGS} ${MAKEFILE} clean all ${INSTALL_TARGET})
${MKDIR} ${PREFIX}/share/doc/bind8
- ${INSTALL_DATA} ${WRKDIR}/doc/html/* ${PREFIX}/share/doc/bind8
+ ${INSTALL_DATA} ${WRKDIR}/doc/html/*.html ${PREFIX}/share/doc/bind8
.include <bsd.port.mk>