diff options
author | tron <tron@pkgsrc.org> | 2009-03-23 14:43:13 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2009-03-23 14:43:13 +0000 |
commit | 0554442edbb9fbdb3eaedc2150af895f91505e23 (patch) | |
tree | fa3e791d228331cb775b24d2ad030e1f9c05b6c3 /net/bind9 | |
parent | d4543afdae3774bd0043c5d4d96216b43862da23 (diff) | |
download | pkgsrc-0554442edbb9fbdb3eaedc2150af895f91505e23.tar.gz |
Add URL for mirror on "ftp.belnet.be" to master site list.
Diffstat (limited to 'net/bind9')
-rw-r--r-- | net/bind9/Makefile | 5 |
1 files changed, 3 insertions, 2 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/ |