pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/security/ipsec-tools Use PKG_SYSCONFDIR



details:   https://anonhg.NetBSD.org/pkgsrc/rev/83576fb83c96
branches:  trunk
changeset: 487301:83576fb83c96
user:      kim <kim%pkgsrc.org@localhost>
date:      Wed Jan 12 15:31:11 2005 +0000

description:
Use PKG_SYSCONFDIR

diffstat:

 security/ipsec-tools/Makefile |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r 1e8f8070493c -r 83576fb83c96 security/ipsec-tools/Makefile
--- a/security/ipsec-tools/Makefile     Wed Jan 12 14:17:44 2005 +0000
+++ b/security/ipsec-tools/Makefile     Wed Jan 12 15:31:11 2005 +0000
@@ -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 @@
 # 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
 



Home | Main Index | Thread Index | Old Index