diff options
author | kuriyama <kuriyama@FreeBSD.org> | 2001-03-02 15:28:36 +0800 |
---|---|---|
committer | kuriyama <kuriyama@FreeBSD.org> | 2001-03-02 15:28:36 +0800 |
commit | f27026ccc7d885109b3e736593b48bc0b6f0c8b0 (patch) | |
tree | 5cf19536348a260a4a7818716a88ef6539f81286 | |
parent | 3f7e97e1e50d408c40cf83c27a8636141f7d0304 (diff) | |
download | freebsd-ports-gnome-f27026ccc7d885109b3e736593b48bc0b6f0c8b0.tar.gz freebsd-ports-gnome-f27026ccc7d885109b3e736593b48bc0b6f0c8b0.tar.zst freebsd-ports-gnome-f27026ccc7d885109b3e736593b48bc0b6f0c8b0.zip |
Add more master sites.
Approved by: maintainer
-rw-r--r-- | dns/bind9/Makefile | 3 | ||||
-rw-r--r-- | dns/bind94/Makefile | 3 | ||||
-rw-r--r-- | dns/bind95/Makefile | 3 | ||||
-rw-r--r-- | dns/bind96/Makefile | 3 | ||||
-rw-r--r-- | net/bind9/Makefile | 3 |
5 files changed, 10 insertions, 5 deletions
diff --git a/dns/bind9/Makefile b/dns/bind9/Makefile index e49b2b2c2f1b..1b11afd08180 100644 --- a/dns/bind9/Makefile +++ b/dns/bind9/Makefile @@ -9,7 +9,8 @@ PORTNAME= bind PORTVERSION= 9.1.1rc3 CATEGORIES= net ipv6 MASTER_SITES= ftp://ftp.isc.org/isc/bind9/${PORTVERSION}/ \ - ftp://ftp.sunet.se/pub/network/isc/bind9/${PORTVERSION}/ + ftp://ftp.sunet.se/pub/network/isc/bind9/${PORTVERSION}/ \ + ${MASTER_SITE_RINGSERVER:S,%SUBDIR%,net/bind9/${PORTVERSION}/,} MAINTAINER= DougB@FreeBSD.org diff --git a/dns/bind94/Makefile b/dns/bind94/Makefile index e49b2b2c2f1b..1b11afd08180 100644 --- a/dns/bind94/Makefile +++ b/dns/bind94/Makefile @@ -9,7 +9,8 @@ PORTNAME= bind PORTVERSION= 9.1.1rc3 CATEGORIES= net ipv6 MASTER_SITES= ftp://ftp.isc.org/isc/bind9/${PORTVERSION}/ \ - ftp://ftp.sunet.se/pub/network/isc/bind9/${PORTVERSION}/ + ftp://ftp.sunet.se/pub/network/isc/bind9/${PORTVERSION}/ \ + ${MASTER_SITE_RINGSERVER:S,%SUBDIR%,net/bind9/${PORTVERSION}/,} MAINTAINER= DougB@FreeBSD.org diff --git a/dns/bind95/Makefile b/dns/bind95/Makefile index e49b2b2c2f1b..1b11afd08180 100644 --- a/dns/bind95/Makefile +++ b/dns/bind95/Makefile @@ -9,7 +9,8 @@ PORTNAME= bind PORTVERSION= 9.1.1rc3 CATEGORIES= net ipv6 MASTER_SITES= ftp://ftp.isc.org/isc/bind9/${PORTVERSION}/ \ - ftp://ftp.sunet.se/pub/network/isc/bind9/${PORTVERSION}/ + ftp://ftp.sunet.se/pub/network/isc/bind9/${PORTVERSION}/ \ + ${MASTER_SITE_RINGSERVER:S,%SUBDIR%,net/bind9/${PORTVERSION}/,} MAINTAINER= DougB@FreeBSD.org diff --git a/dns/bind96/Makefile b/dns/bind96/Makefile index e49b2b2c2f1b..1b11afd08180 100644 --- a/dns/bind96/Makefile +++ b/dns/bind96/Makefile @@ -9,7 +9,8 @@ PORTNAME= bind PORTVERSION= 9.1.1rc3 CATEGORIES= net ipv6 MASTER_SITES= ftp://ftp.isc.org/isc/bind9/${PORTVERSION}/ \ - ftp://ftp.sunet.se/pub/network/isc/bind9/${PORTVERSION}/ + ftp://ftp.sunet.se/pub/network/isc/bind9/${PORTVERSION}/ \ + ${MASTER_SITE_RINGSERVER:S,%SUBDIR%,net/bind9/${PORTVERSION}/,} MAINTAINER= DougB@FreeBSD.org diff --git a/net/bind9/Makefile b/net/bind9/Makefile index e49b2b2c2f1b..1b11afd08180 100644 --- a/net/bind9/Makefile +++ b/net/bind9/Makefile @@ -9,7 +9,8 @@ PORTNAME= bind PORTVERSION= 9.1.1rc3 CATEGORIES= net ipv6 MASTER_SITES= ftp://ftp.isc.org/isc/bind9/${PORTVERSION}/ \ - ftp://ftp.sunet.se/pub/network/isc/bind9/${PORTVERSION}/ + ftp://ftp.sunet.se/pub/network/isc/bind9/${PORTVERSION}/ \ + ${MASTER_SITE_RINGSERVER:S,%SUBDIR%,net/bind9/${PORTVERSION}/,} MAINTAINER= DougB@FreeBSD.org |