diff options
Diffstat (limited to 'net/bind96/Makefile')
-rw-r--r-- | net/bind96/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net/bind96/Makefile b/net/bind96/Makefile index 249475d79f4..ea51c9795ca 100644 --- a/net/bind96/Makefile +++ b/net/bind96/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.18 2011/02/09 16:24:14 taca Exp $ +# $NetBSD: Makefile,v 1.19 2011/07/05 14:28:06 taca Exp $ DISTNAME= bind-${BIND_VERSION} -PKGNAME= ${DISTNAME:S/-P/pl/} +PKGNAME= ${DISTNAME:S/-ESV/.3.1.ESV/:S/-R/./:S/-P/pl/} 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}/ @@ -16,7 +16,7 @@ PKG_DESTDIR_SUPPORT= user-destdir MAKE_JOBS_SAFE= no -BIND_VERSION= 9.6.3 +BIND_VERSION= 9.6-ESV-R4-P3 .include "../../mk/bsd.prefs.mk" |