diff options
-rw-r--r-- | net/bind9/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/net/bind9/Makefile b/net/bind9/Makefile index 6bc60126bf5..45ebb567a33 100644 --- a/net/bind9/Makefile +++ b/net/bind9/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.58 2004/04/14 20:26:51 snj Exp $ -# +# $NetBSD: Makefile,v 1.59 2004/04/15 20:13:20 tron Exp $ DISTNAME= bind-${BIND_VERSION} PKGNAME= bind-${BIND_VERSION} -PKGREVISION= 3 +PKGREVISION= 4 CATEGORIES= net MASTER_SITES= ftp://ftp.isc.org/isc/bind9/${BIND_VERSION}/ |