diff options
author | Doug Barton <dougb@FreeBSD.org> | 2001-05-25 08:23:16 +0000 |
---|---|---|
committer | Doug Barton <dougb@FreeBSD.org> | 2001-05-25 08:23:16 +0000 |
commit | 1335b96f3ce6d9ad322a61b3cb70dc10683759eb (patch) | |
tree | 7731767c39f2c0134cdf765db483d3b3e8609ef3 /net | |
parent | ed5136ce248ddd038d0e9c8e5f3cf6f7a624e566 (diff) | |
download | ports-1335b96f3ce6d9ad322a61b3cb70dc10683759eb.tar.gz ports-1335b96f3ce6d9ad322a61b3cb70dc10683759eb.zip |
Update to 8.2.4-REL
Notes
Notes:
svn path=/head/; revision=43036
Diffstat (limited to 'net')
-rw-r--r-- | net/bind8/Makefile | 6 | ||||
-rw-r--r-- | net/bind8/distinfo | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/net/bind8/Makefile b/net/bind8/Makefile index a02efc7ab1b8..80a006c92650 100644 --- a/net/bind8/Makefile +++ b/net/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> diff --git a/net/bind8/distinfo b/net/bind8/distinfo index 8dcae45750a0..d5876b63e577 100644 --- a/net/bind8/distinfo +++ b/net/bind8/distinfo @@ -1,2 +1,2 @@ -MD5 (bind-src.tar.gz) = ae91cde6ebe50acb7aa643bef8c4e32a -MD5 (bind-doc.tar.gz) = 5913fab1ab30c1be4301cc2c00d69d23 +MD5 (bind-src.tar.gz) = f4d120b90a131bce6bed1f6eaac156cd +MD5 (bind-doc.tar.gz) = 62b4fdc9874404b8eba7419847fc3397 |