diff options
author | jschauma <jschauma@pkgsrc.org> | 2003-11-12 03:39:39 +0000 |
---|---|---|
committer | jschauma <jschauma@pkgsrc.org> | 2003-11-12 03:39:39 +0000 |
commit | 876211b04df7ac317079ec864d705c62e455a98a (patch) | |
tree | 0fe407ca96f79927e17f86dc43a1ed067beef374 /net/bind9/Makefile | |
parent | 525e31cd44442cb4867bf9cd5396329bf120ac78 (diff) | |
download | pkgsrc-876211b04df7ac317079ec864d705c62e455a98a.tar.gz |
PKGREVISION++ after openssl update.
Diffstat (limited to 'net/bind9/Makefile')
-rw-r--r-- | net/bind9/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/bind9/Makefile b/net/bind9/Makefile index fa33f0a582d..febdc1dc1d4 100644 --- a/net/bind9/Makefile +++ b/net/bind9/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.52 2003/10/27 03:56:03 itojun Exp $ +# $NetBSD: Makefile,v 1.53 2003/11/12 03:39:41 jschauma Exp $ # DISTNAME= bind-${BIND_VERSION} PKGNAME= bind-${BIND_VERSION} +PKGREVISION= 1 CATEGORIES= net MASTER_SITES= ftp://ftp.isc.org/isc/bind9/${BIND_VERSION}/ |