summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoritojun <itojun>2002-04-16 02:34:34 +0000
committeritojun <itojun>2002-04-16 02:34:34 +0000
commit0dac4c90eb7a679d2730253b77e673ffe1559cff (patch)
treecfd2889747c1d8c054bd37f78af71afcd861d483
parentd49a81bb1e7623ceb5df875e200308c951b68c16 (diff)
downloadpkgsrc-0dac4c90eb7a679d2730253b77e673ffe1559cff.tar.gz
*** empty log message ***
-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})