diff options
author | manu <manu> | 2005-02-20 01:03:30 +0000 |
---|---|---|
committer | manu <manu> | 2005-02-20 01:03:30 +0000 |
commit | 40c1090598c4d97365d2c6af2176f3098a200a9f (patch) | |
tree | d3961d18b9abd1b6e35a46df080c062d2c64fd7b /security/ipsec-tools | |
parent | a8eb34343646fc6868284930417749c90caef324 (diff) | |
download | pkgsrc-40c1090598c4d97365d2c6af2176f3098a200a9f.tar.gz |
Fix file installation, add missing samples config files
Diffstat (limited to 'security/ipsec-tools')
-rw-r--r-- | security/ipsec-tools/Makefile | 20 | ||||
-rw-r--r-- | security/ipsec-tools/PLIST | 13 |
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 |