diff options
author | Doug Barton <dougb@FreeBSD.org> | 2001-08-15 00:03:13 +0000 |
---|---|---|
committer | Doug Barton <dougb@FreeBSD.org> | 2001-08-15 00:03:13 +0000 |
commit | 564fdfefb47be94fa04b16254238cb906d357337 (patch) | |
tree | c8c88faa52e290f2b121527f561e08bf3dc1821a /net/bind9 | |
parent | 52bbc36895b1f66ac0f53c61327fcbcb932dcd80 (diff) | |
download | ports-564fdfefb47be94fa04b16254238cb906d357337.tar.gz ports-564fdfefb47be94fa04b16254238cb906d357337.zip |
Notes
Diffstat (limited to 'net/bind9')
-rw-r--r-- | net/bind9/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net/bind9/Makefile b/net/bind9/Makefile index 295672deca5a..e0fa3e255862 100644 --- a/net/bind9/Makefile +++ b/net/bind9/Makefile @@ -15,6 +15,8 @@ PORTNAME= bind PORTVERSION= 9.1.3 CATEGORIES= net ipv6 MASTER_SITES= ftp://ftp.isc.org/isc/bind9/${PORTVERSION}/ \ + ftp://ftp.nominum.com/pub/isc/bind9/${PORTVERSION}/ \ + ftp://ftp.nerdc.ufl.edu/pub/mirrors/ftp.isc.org/isc/bind9/${PORTVERSION}/ \ ftp://ftp.sunet.se/pub/network/isc/bind9/${PORTVERSION}/ \ ${MASTER_SITE_RINGSERVER:S,%SUBDIR%,net/bind9/${PORTVERSION}/,} |