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 /dns/bind9/Makefile | |
parent | 389ec605f11707614f8ecb84ec170ec6eb6baa67 (diff) | |
download | ports-e1bfe4684c312af0dd40e59760e4d8afee4986bc.tar.gz ports-e1bfe4684c312af0dd40e59760e4d8afee4986bc.zip |
Notes
Diffstat (limited to 'dns/bind9/Makefile')
-rw-r--r-- | dns/bind9/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/dns/bind9/Makefile b/dns/bind9/Makefile index 72a0e478c308..e67d33069bd7 100644 --- a/dns/bind9/Makefile +++ b/dns/bind9/Makefile @@ -14,11 +14,9 @@ PORTNAME= bind9 PORTVERSION= 9.2.1 CATEGORIES= net ipv6 -MASTER_SITES= ftp://ftp.isc.org/isc/bind9/${ISCVERSION}/ \ - ftp://ftp.nominum.com/pub/isc/bind9/${ISCVERSION}/ \ - ftp://ftp.nerdc.ufl.edu/pub/mirrors/ftp.isc.org/isc/bind9/${ISCVERSION}/ \ - ftp://ftp.sunet.se/pub/network/isc/bind9/${ISCVERSION}/ \ +MASTER_SITES= ${MASTER_SITE_ISC} \ ${MASTER_SITE_RINGSERVER:S,%SUBDIR%,net/bind9/${ISCVERSION}/,} +MASTER_SITE_SUBDIR= isc/bind9/${ISCVERSION} DISTFILES= bind-9.2.1.tar.gz MAINTAINER= DougB@FreeBSD.org |