diff options
Diffstat (limited to 'net/bind96/Makefile')
-rw-r--r-- | net/bind96/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/bind96/Makefile b/net/bind96/Makefile index 7ffa6a7aca3..d68e0e25c79 100644 --- a/net/bind96/Makefile +++ b/net/bind96/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.30 2012/09/13 01:32:54 taca Exp $ +# $NetBSD: Makefile,v 1.31 2012/10/03 21:56:52 wiz Exp $ DISTNAME= bind-${BIND_VERSION} PKGNAME= ${DISTNAME:S/-ESV/.3.1.ESV/:S/-R/./: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}/ |