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/bind96 | |
parent | b768c558c0a3c32fa68f38fe5262ae6711b0f776 (diff) | |
download | pkgsrc-34bcad5697f27be60f246b625f60f8c209b3be17.tar.gz |
Add URL for mirror on "ftp.belnet.be" to master site list.
Diffstat (limited to 'net/bind96')
-rw-r--r-- | net/bind96/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
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/ |