diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-08-01 07:35:52 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-08-01 07:35:52 +0000 |
commit | e1bfe4684c312af0dd40e59760e4d8afee4986bc (patch) | |
tree | e044f03b6624240361ea0511f6703cbf50b438c8 /net/bind8 | |
parent | 389ec605f11707614f8ecb84ec170ec6eb6baa67 (diff) | |
download | ports-e1bfe4684c312af0dd40e59760e4d8afee4986bc.tar.gz ports-e1bfe4684c312af0dd40e59760e4d8afee4986bc.zip |
Notes
Diffstat (limited to 'net/bind8')
-rw-r--r-- | net/bind8/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/net/bind8/Makefile b/net/bind8/Makefile index 8ca3dfb78ff2..26653e3f0f5c 100644 --- a/net/bind8/Makefile +++ b/net/bind8/Makefile @@ -13,10 +13,8 @@ PORTNAME= bind PORTVERSION= 8.3.3 CATEGORIES?= net -MASTER_SITES= ftp://ftp.isc.org/isc/bind/src/${PORTVERSION}/ \ - ftp://ftp.epix.net/pub/isc/bind/src/${PORTVERSION}/ \ - ftp://ftp.nominum.com/pub/isc/bind/src/${PORTVERSION}/ \ - ftp://ftp.grolier.fr/pub/isc/bind/src/${PORTVERSION}/ +MASTER_SITES= ${MASTER_SITE_ISC} +MASTER_SITE_SUBDIR= bind/src/${PORTVERSION} DISTFILES= bind-src.tar.gz bind-doc.tar.gz DIST_SUBDIR= bind-${PORTVERSION} |