summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authoritojun <itojun@pkgsrc.org>2002-04-16 02:34:34 +0000
committeritojun <itojun@pkgsrc.org>2002-04-16 02:34:34 +0000
commit52aecdad879e60a151be3b5fb8b016f1aa0a53d9 (patch)
treecfd2889747c1d8c054bd37f78af71afcd861d483 /security
parent8302a261a4b5b7f9f088673ebe6708e9e05d00c6 (diff)
downloadpkgsrc-52aecdad879e60a151be3b5fb8b016f1aa0a53d9.tar.gz
*** empty log message ***
Diffstat (limited to 'security')
-rw-r--r--security/racoon/Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/security/racoon/Makefile b/security/racoon/Makefile
index 42f1f422633..87cf10930fe 100644
--- a/security/racoon/Makefile
+++ b/security/racoon/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.46 2002/04/15 01:55:05 itojun Exp $
+# $NetBSD: Makefile,v 1.47 2002/04/16 02:34:34 itojun Exp $
#
DISTNAME= racoon-20011215a
+PKGREVISION= 1
CATEGORIES= security net
MASTER_SITES= ftp://ftp.kame.net/pub/kame/misc/
@@ -39,7 +40,11 @@ CONFIGURE_ARGS+=--enable-ipv6
CONFIGURE_ARGS+=--disable-ipv6
.endif
CONFIGURE_ARGS+=--sysconfdir=/etc/racoon
+.if defined(PKGREVISION)
+CONFIGURE_ARGS+=--with-pkgversion=netbsd-pkgsrc-20011215anb${PKGREVISION}
+.else
CONFIGURE_ARGS+=--with-pkgversion=netbsd-pkgsrc-20011215a
+.endif
pre-configure:
(cd ${WRKSRC}/../libipsec; ${MAKE})