diff options
Diffstat (limited to 'net/bind97/Makefile')
-rw-r--r-- | net/bind97/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/bind97/Makefile b/net/bind97/Makefile index 5489ccf3248..fe6c872dd8e 100644 --- a/net/bind97/Makefile +++ b/net/bind97/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.19 2012/09/13 01:33:40 taca Exp $ +# $NetBSD: Makefile,v 1.20 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}/ |