summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoritojun <itojun>2001-02-24 00:34:30 +0000
committeritojun <itojun>2001-02-24 00:34:30 +0000
commit2644e8e12ef46dfb7cc34cad9d63a7ddde2d4a8a (patch)
tree4fdd4944a9c24bc8ba31e1e8134e8edb3cecb4a3
parent07d02b1c452d55c3e8f46a96e3a641a60c343ddb (diff)
downloadpkgsrc-2644e8e12ef46dfb7cc34cad9d63a7ddde2d4a8a.tar.gz
fix installation path. (forgot to cvs add)
-rw-r--r--security/isakmpd/patches/patch-ab13
-rw-r--r--security/isakmpd/patches/patch-ac13
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