diff options
author | tron <tron> | 2009-03-23 14:43:13 +0000 |
---|---|---|
committer | tron <tron> | 2009-03-23 14:43:13 +0000 |
commit | 34bcad5697f27be60f246b625f60f8c209b3be17 (patch) | |
tree | fa3e791d228331cb775b24d2ad030e1f9c05b6c3 /net | |
parent | b768c558c0a3c32fa68f38fe5262ae6711b0f776 (diff) | |
download | pkgsrc-34bcad5697f27be60f246b625f60f8c209b3be17.tar.gz |
Add URL for mirror on "ftp.belnet.be" to master site list.
Diffstat (limited to 'net')
-rw-r--r-- | net/bind9/Makefile | 5 | ||||
-rw-r--r-- | net/bind95/Makefile | 5 | ||||
-rw-r--r-- | net/bind96/Makefile | 5 |
3 files changed, 9 insertions, 6 deletions
diff --git a/net/bind9/Makefile b/net/bind9/Makefile index 61dcc89095c..eb8f95c30ca 100644 --- a/net/bind9/Makefile +++ b/net/bind9/Makefile @@ -1,9 +1,10 @@ -# $NetBSD: Makefile,v 1.105 2009/03/22 15:31:44 adrianp Exp $ +# $NetBSD: Makefile,v 1.106 2009/03/23 14:43:13 tron Exp $ DISTNAME= bind-${BIND_VERSION} PKGNAME= ${DISTNAME:S/-P2/pl2/} CATEGORIES= net -MASTER_SITES= ftp://ftp.isc.org/isc/bind9/${BIND_VERSION}/ +MASTER_SITES= ftp://ftp.isc.org/isc/bind9/${BIND_VERSION}/ \ + http://ftp.belnet.be/pub/mirror/ftp.isc.org/isc/bind9/${BIND_VERSION}/ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.isc.org/sw/bind/ diff --git a/net/bind95/Makefile b/net/bind95/Makefile index a9bc973793c..6e767e8a865 100644 --- a/net/bind95/Makefile +++ b/net/bind95/Makefile @@ -1,9 +1,10 @@ -# $NetBSD: Makefile,v 1.7 2009/03/22 15:34:03 adrianp Exp $ +# $NetBSD: Makefile,v 1.8 2009/03/23 14:43:13 tron Exp $ DISTNAME= bind-${BIND_VERSION} PKGNAME= ${DISTNAME:S/-P2/pl2/} CATEGORIES= net -MASTER_SITES= ftp://ftp.isc.org/isc/bind9/${BIND_VERSION}/ +MASTER_SITES= ftp://ftp.isc.org/isc/bind9/${BIND_VERSION}/ \ + http://ftp.belnet.be/pub/mirror/ftp.isc.org/isc/bind9/${BIND_VERSION}/ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.isc.org/sw/bind/ diff --git a/net/bind96/Makefile b/net/bind96/Makefile index 8c61bec4f2a..1f3c72cae2e 100644 --- a/net/bind96/Makefile +++ b/net/bind96/Makefile @@ -1,9 +1,10 @@ -# $NetBSD: Makefile,v 1.2 2009/01/08 09:03:15 adrianp Exp $ +# $NetBSD: Makefile,v 1.3 2009/03/23 14:43:13 tron Exp $ DISTNAME= bind-${BIND_VERSION} PKGNAME= ${DISTNAME:S/-P1/pl1/} CATEGORIES= net -MASTER_SITES= ftp://ftp.isc.org/isc/bind9/${BIND_VERSION}/ +MASTER_SITES= ftp://ftp.isc.org/isc/bind9/${BIND_VERSION}/ \ + http://ftp.belnet.be/pub/mirror/ftp.isc.org/isc/bind9/${BIND_VERSION}/ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.isc.org/sw/bind/ |