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 37f670daf5f..3fed99ba5d1 100644 --- a/net/bind98/Makefile +++ b/net/bind98/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.28 2013/04/06 03:45:21 rodent Exp $ +# $NetBSD: Makefile,v 1.29 2013/05/31 12:41:32 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}/ |