diff options
Diffstat (limited to 'net/bind96/Makefile')
-rw-r--r-- | net/bind96/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/net/bind96/Makefile b/net/bind96/Makefile index e71353f5301..5fb42339421 100644 --- a/net/bind96/Makefile +++ b/net/bind96/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.13 2010/01/17 12:02:30 wiz Exp $ +# $NetBSD: Makefile,v 1.14 2010/01/20 01:01:15 taca Exp $ DISTNAME= bind-${BIND_VERSION} -PKGNAME= ${DISTNAME:S/-P2/pl2/} -PKGREVISION= 2 +PKGNAME= ${DISTNAME: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}/ @@ -17,7 +16,7 @@ PKG_DESTDIR_SUPPORT= user-destdir MAKE_JOBS_SAFE= no -BIND_VERSION= 9.6.1-P2 +BIND_VERSION= 9.6.1-P3 .include "../../mk/bsd.prefs.mk" |