diff options
author | itojun <itojun@pkgsrc.org> | 2001-02-24 00:34:30 +0000 |
---|---|---|
committer | itojun <itojun@pkgsrc.org> | 2001-02-24 00:34:30 +0000 |
commit | 62c9a1f8a8434923a464d6c2744d477a612bdaf9 (patch) | |
tree | 4fdd4944a9c24bc8ba31e1e8134e8edb3cecb4a3 | |
parent | 0917ac0cedc92822377eba4d1b938ce57584dd6b (diff) | |
download | pkgsrc-62c9a1f8a8434923a464d6c2744d477a612bdaf9.tar.gz |
fix installation path. (forgot to cvs add)
-rw-r--r-- | security/isakmpd/patches/patch-ab | 13 | ||||
-rw-r--r-- | security/isakmpd/patches/patch-ac | 13 |
2 files changed, 26 insertions, 0 deletions
diff --git a/security/isakmpd/patches/patch-ab b/security/isakmpd/patches/patch-ab new file mode 100644 index 00000000000..aea20f43a3c --- /dev/null +++ b/security/isakmpd/patches/patch-ab @@ -0,0 +1,13 @@ +$NetBSD: patch-ab,v 1.3 2001/02/24 00:34:30 itojun Exp $ + +--- samples/Makefile- Wed Feb 14 22:17:37 2001 ++++ samples/Makefile Wed Feb 14 22:17:53 2001 +@@ -31,7 +31,7 @@ + # + + FILES= VPN-* policy singlehost-* +-TARGETDIR= /usr/share/ipsec/isakmpd ++TARGETDIR= ${PREFIX}/share/examples/isakmpd + + # The mkdir below is for installation on OpenBSD pre 2.7 + install: diff --git a/security/isakmpd/patches/patch-ac b/security/isakmpd/patches/patch-ac new file mode 100644 index 00000000000..4c71f220be5 --- /dev/null +++ b/security/isakmpd/patches/patch-ac @@ -0,0 +1,13 @@ +$NetBSD: patch-ac,v 1.3 2001/02/24 00:34:30 itojun Exp $ + +--- apps/certpatch/Makefile- Wed Feb 14 22:24:29 2001 ++++ apps/certpatch/Makefile Wed Feb 14 22:24:41 2001 +@@ -37,7 +37,7 @@ + + PROG= certpatch + SRCS= certpatch.c +-BINDIR= /usr/sbin ++BINDIR?= /usr/sbin + TOPSRC= ${.CURDIR}/../.. + TOPOBJ!= cd ${TOPSRC}; printf "all:\n\t@pwd\n" |${MAKE} -f- + OS!= awk '/^OS=/ { print $$2 }' ${.CURDIR}/../../Makefile |