diff options
author | wiz <wiz@pkgsrc.org> | 2016-05-08 22:33:55 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2016-05-08 22:33:55 +0000 |
commit | 4119af998b491198fe6789546fc2ce850cfa874b (patch) | |
tree | a035ca028c853fcb10810b7d5c897c74d6b183bc /net/bind910/Makefile | |
parent | 294143f08fa2f48ca1c74be011b0dae84ba51a2b (diff) | |
download | pkgsrc-4119af998b491198fe6789546fc2ce850cfa874b.tar.gz |
Remove belnet mirror, gives 404.
Diffstat (limited to 'net/bind910/Makefile')
-rw-r--r-- | net/bind910/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/net/bind910/Makefile b/net/bind910/Makefile index eb997f87b38..85cd9be1849 100644 --- a/net/bind910/Makefile +++ b/net/bind910/Makefile @@ -1,10 +1,9 @@ -# $NetBSD: Makefile,v 1.19 2016/05/02 13:27:57 taca Exp $ +# $NetBSD: Makefile,v 1.20 2016/05/08 22:33:55 wiz Exp $ DISTNAME= bind-${BIND_VERSION} PKGNAME= ${DISTNAME:S/-P/pl/} CATEGORIES= net -MASTER_SITES= ftp://ftp.isc.org/isc/bind9/${BIND_VERSION}/ \ - http://ftp.belnet.be/pub/mirror/ftp.isc.org/isc/bind9/${BIND_VERSION}/ +MASTER_SITES= ftp://ftp.isc.org/isc/bind9/${BIND_VERSION}/ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.isc.org/software/bind/ |