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 d09678a9c36..987ea48bde5 100644 --- a/net/bind99/Makefile +++ b/net/bind99/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.43 2015/02/26 10:14:10 taca Exp $ +# $NetBSD: Makefile,v 1.44 2015/06/12 10:50:40 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}/ |