diff options
Diffstat (limited to 'dns/bind8/Makefile')
-rw-r--r-- | dns/bind8/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/dns/bind8/Makefile b/dns/bind8/Makefile index 8ca3dfb..26653e3 100644 --- a/dns/bind8/Makefile +++ b/dns/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} |