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 | 64d61d095e69f83317022818a421fa7591adfa60 (patch) | |
tree | fa3e791d228331cb775b24d2ad030e1f9c05b6c3 /net/bind96 | |
parent | 7e7dd77560f6751a903fb6222fab25ca6de51f07 (diff) | |
download | pkgsrc-64d61d095e69f83317022818a421fa7591adfa60.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/ |