diff options
Diffstat (limited to 'net/bind98/Makefile')
-rw-r--r-- | net/bind98/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/bind98/Makefile b/net/bind98/Makefile index 1711aa97475..ef883f09608 100644 --- a/net/bind98/Makefile +++ b/net/bind98/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.16 2012/09/13 01:35:18 taca Exp $ +# $NetBSD: Makefile,v 1.17 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}/ |