summaryrefslogtreecommitdiff
path: root/security/ipsec-tools
diff options
context:
space:
mode:
authorkim <kim>2005-01-12 15:31:11 +0000
committerkim <kim>2005-01-12 15:31:11 +0000
commitd476dee04f2dafe646b6b0b363b0517ce6053be7 (patch)
treed4dfe5db8d898b9d4470ed45c78dca5b4dcb3062 /security/ipsec-tools
parent0480795c621d24cbac6559aaa3903ef21bdb4f73 (diff)
downloadpkgsrc-d476dee04f2dafe646b6b0b363b0517ce6053be7.tar.gz
Use PKG_SYSCONFDIR
Diffstat (limited to 'security/ipsec-tools')
-rw-r--r--security/ipsec-tools/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/security/ipsec-tools/Makefile b/security/ipsec-tools/Makefile
index 8e3fbf55df8..665713e5571 100644
--- a/security/ipsec-tools/Makefile
+++ b/security/ipsec-tools/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2004/11/11 12:13:24 grant Exp $
+# $NetBSD: Makefile,v 1.10 2005/01/12 15:31:11 kim Exp $
#
DISTNAME= ipsec-tools-0.5.pre20041109
@@ -32,6 +32,9 @@ CONFIGURE_ARGS+= --enable-frag --enable-hybrid
# Require a kernel patch not integrated yet (IPR problem)
#CONFIGURE_ARGS+= --enable-natt
+PKG_SYSCONFSUBDIR= racoon
+CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR}
+
SAMPLE_DIR= ${WRKSRC}/src/racoon/samples
EXAMPLE_DIR= ${PREFIX}/share/examples/ipsec-tools