diff options
Diffstat (limited to 'net/bind95/Makefile')
-rw-r--r-- | net/bind95/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net/bind95/Makefile b/net/bind95/Makefile index 3d7e13d1330..2bfa197002d 100644 --- a/net/bind95/Makefile +++ b/net/bind95/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.10 2009/07/24 12:30:00 obache Exp $ +# $NetBSD: Makefile,v 1.11 2009/07/29 00:24:03 reed Exp $ DISTNAME= bind-${BIND_VERSION} -PKGNAME= ${DISTNAME:S/-P2/pl2/} +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}/ @@ -15,7 +15,7 @@ CONFLICTS+= bind>=9.6.0 PKG_DESTDIR_SUPPORT= user-destdir -BIND_VERSION= 9.5.1-P2 +BIND_VERSION= 9.5.1-P3 # IPv6 ready, automatically detected .include "../../mk/bsd.prefs.mk" |