summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authormanu <manu@pkgsrc.org>2005-02-20 01:03:30 +0000
committermanu <manu@pkgsrc.org>2005-02-20 01:03:30 +0000
commit6c4d4ca60c273fe16d6d034ab8fb7a4b800eb1d1 (patch)
treed3961d18b9abd1b6e35a46df080c062d2c64fd7b /security
parentfe79db35820bee828b174f778559fb49bf6b12b4 (diff)
downloadpkgsrc-6c4d4ca60c273fe16d6d034ab8fb7a4b800eb1d1.tar.gz
Fix file installation, add missing samples config files
Diffstat (limited to 'security')
-rw-r--r--security/ipsec-tools/Makefile20
-rw-r--r--security/ipsec-tools/PLIST13
2 files changed, 29 insertions, 4 deletions
diff --git a/security/ipsec-tools/Makefile b/security/ipsec-tools/Makefile
index 85fb4094b5d..ad2c0e818ea 100644
--- a/security/ipsec-tools/Makefile
+++ b/security/ipsec-tools/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2005/02/18 09:53:40 manu Exp $
+# $NetBSD: Makefile,v 1.12 2005/02/20 01:03:30 manu Exp $
#
DISTNAME= ipsec-tools-0.5
@@ -42,17 +42,33 @@ pre-configure:
post-install:
${INSTALL_DATA_DIR} ${EXAMPLE_DIR}
+ ${INSTALL_DATA_DIR} ${EXAMPLE_DIR}/roadwarrior
+ ${INSTALL_DATA_DIR} ${EXAMPLE_DIR}/roadwarrior/client
+ ${INSTALL_DATA_DIR} ${EXAMPLE_DIR}/roadwarrior/server
${INSTALL_DATA} ${SAMPLE_DIR}/psk.txt ${EXAMPLE_DIR}
${INSTALL_DATA} ${SAMPLE_DIR}/psk.txt.in ${EXAMPLE_DIR}
${INSTALL_DATA} ${SAMPLE_DIR}/psk.txt.sample ${EXAMPLE_DIR}
${INSTALL_DATA} ${SAMPLE_DIR}/racoon.conf ${EXAMPLE_DIR}
${INSTALL_DATA} ${SAMPLE_DIR}/racoon.conf.in ${EXAMPLE_DIR}
${INSTALL_DATA} ${SAMPLE_DIR}/racoon.conf.sample ${EXAMPLE_DIR}
- ${INSTALL_DATA} ${SAMPLE_DIR}/racoon.conf.sample-cvpn ${EXAMPLE_DIR}
${INSTALL_DATA} ${SAMPLE_DIR}/racoon.conf.sample-gssapi ${EXAMPLE_DIR}
${INSTALL_DATA} ${SAMPLE_DIR}/racoon.conf.sample-inherit ${EXAMPLE_DIR}
${INSTALL_DATA} ${SAMPLE_DIR}/racoon.conf.sample-natt ${EXAMPLE_DIR}
${INSTALL_DATA} ${SAMPLE_DIR}/racoon.conf.sample-plainrsa ${EXAMPLE_DIR}
+ ${INSTALL_DATA} ${SAMPLE_DIR}/roadwarrior/README \
+ ${EXAMPLE_DIR}/roadwarrior
+ ${INSTALL_DATA} ${SAMPLE_DIR}/roadwarrior/client/racoon.conf \
+ ${EXAMPLE_DIR}/roadwarrior/client
+ ${INSTALL_DATA} ${SAMPLE_DIR}/roadwarrior/client/phase1-up.sh \
+ ${EXAMPLE_DIR}/roadwarrior/client
+ ${INSTALL_DATA} ${SAMPLE_DIR}/roadwarrior/client/phase1-down.sh \
+ ${EXAMPLE_DIR}/roadwarrior/client
+ ${INSTALL_DATA} ${SAMPLE_DIR}/roadwarrior/server/racoon.conf \
+ ${EXAMPLE_DIR}/roadwarrior/server
+ ${INSTALL_DATA} ${SAMPLE_DIR}/roadwarrior/server/racoon.conf-radius \
+ ${EXAMPLE_DIR}/roadwarrior/server
+ ${INSTALL_DATA} ${SAMPLE_DIR}/roadwarrior/server/phase1-down.sh \
+ ${EXAMPLE_DIR}/roadwarrior/server
.include "../../security/openssl/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/security/ipsec-tools/PLIST b/security/ipsec-tools/PLIST
index 4a685d7f5c4..926efe3de0c 100644
--- a/security/ipsec-tools/PLIST
+++ b/security/ipsec-tools/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2004/11/09 22:42:20 manu Exp $
+@comment $NetBSD: PLIST,v 1.2 2005/02/20 01:03:30 manu Exp $
lib/libipsec.la
include/libipsec/libpfkey.h
sbin/setkey
@@ -17,10 +17,19 @@ share/examples/ipsec-tools/psk.txt.sample
share/examples/ipsec-tools/racoon.conf
share/examples/ipsec-tools/racoon.conf.in
share/examples/ipsec-tools/racoon.conf.sample
-share/examples/ipsec-tools/racoon.conf.sample-cvpn
share/examples/ipsec-tools/racoon.conf.sample-gssapi
share/examples/ipsec-tools/racoon.conf.sample-inherit
share/examples/ipsec-tools/racoon.conf.sample-natt
share/examples/ipsec-tools/racoon.conf.sample-plainrsa
+share/examples/ipsec-tools/roadwarrior/README
+share/examples/ipsec-tools/roadwarrior/client/racoon.conf
+share/examples/ipsec-tools/roadwarrior/client/phase1-up.sh
+share/examples/ipsec-tools/roadwarrior/client/phase1-down.sh
+share/examples/ipsec-tools/roadwarrior/server/racoon.conf
+share/examples/ipsec-tools/roadwarrior/server/racoon.conf-radius
+share/examples/ipsec-tools/roadwarrior/server/phase1-down.sh
@dirrm include/libipsec
+@dirrm share/examples/ipsec-tools/roadwarrior/client
+@dirrm share/examples/ipsec-tools/roadwarrior/server
+@dirrm share/examples/ipsec-tools/roadwarrior
@dirrm share/examples/ipsec-tools