summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authoritojun <itojun>2001-10-17 23:53:49 +0000
committeritojun <itojun>2001-10-17 23:53:49 +0000
commitc3df464dda6937004280e11b94820ef9ea7b094a (patch)
treee41c0b33e788f08271990a30b26d86497bbd5af9 /security
parent29842b93a1cb765532c585906920bf290224b4ac (diff)
downloadpkgsrc-c3df464dda6937004280e11b94820ef9ea7b094a.tar.gz
correct version identification string.
Diffstat (limited to 'security')
-rw-r--r--security/racoon/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/security/racoon/Makefile b/security/racoon/Makefile
index 69073cd6609..14623d04030 100644
--- a/security/racoon/Makefile
+++ b/security/racoon/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.42 2001/10/17 02:53:08 itojun Exp $
+# $NetBSD: Makefile,v 1.43 2001/10/17 23:53:49 itojun Exp $
#
DISTNAME= racoon-20011016a
@@ -39,7 +39,7 @@ CONFIGURE_ARGS+=--enable-ipv6
CONFIGURE_ARGS+=--disable-ipv6
.endif
CONFIGURE_ARGS+=--sysconfdir=/etc/racoon
-CONFIGURE_ARGS+=--with-pkgversion=netbsd-pkgsrc-20010831a
+CONFIGURE_ARGS+=--with-pkgversion=netbsd-pkgsrc-20011016a
pre-configure:
(cd ${WRKSRC}/../libipsec; ${MAKE})