diff options
Diffstat (limited to 'net/bind99/Makefile')
-rw-r--r-- | net/bind99/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/net/bind99/Makefile b/net/bind99/Makefile index 31aef11edb1..4c6321347c2 100644 --- a/net/bind99/Makefile +++ b/net/bind99/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.3 2012/05/20 12:00:15 marino Exp $ +# $NetBSD: Makefile,v 1.4 2012/05/22 03:31:07 taca Exp $ DISTNAME= bind-${BIND_VERSION} PKGNAME= ${DISTNAME:S/-P/pl/} -PKGREVISION= 2 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.9.0 +BIND_VERSION= 9.9.1 .include "../../mk/bsd.prefs.mk" |