diff options
Diffstat (limited to 'net/bind99/Makefile')
-rw-r--r-- | net/bind99/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/bind99/Makefile b/net/bind99/Makefile index cfd4332a6c2..b7866047d87 100644 --- a/net/bind99/Makefile +++ b/net/bind99/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.11 2012/09/13 01:35:56 taca Exp $ +# $NetBSD: Makefile,v 1.12 2012/10/03 21:56:52 wiz Exp $ DISTNAME= bind-${BIND_VERSION} PKGNAME= ${DISTNAME:S/-P/pl/} +PKGREVISION= 1 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}/ |