diff options
author | jschauma <jschauma> | 2003-11-12 03:39:39 +0000 |
---|---|---|
committer | jschauma <jschauma> | 2003-11-12 03:39:39 +0000 |
commit | c34f7fd4bc036240fcb6d7bd55bc66a7354d9025 (patch) | |
tree | 0fe407ca96f79927e17f86dc43a1ed067beef374 /net/bind9 | |
parent | ff6dc411681925ab278c71c3cc89aff5446d88d9 (diff) | |
download | pkgsrc-c34f7fd4bc036240fcb6d7bd55bc66a7354d9025.tar.gz |
PKGREVISION++ after openssl update.
Diffstat (limited to 'net/bind9')
-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}/ |