From 2644e8e12ef46dfb7cc34cad9d63a7ddde2d4a8a Mon Sep 17 00:00:00 2001 From: itojun Date: Sat, 24 Feb 2001 00:34:30 +0000 Subject: fix installation path. (forgot to cvs add) --- security/isakmpd/patches/patch-ab | 13 +++++++++++++ security/isakmpd/patches/patch-ac | 13 +++++++++++++ 2 files changed, 26 insertions(+) create mode 100644 security/isakmpd/patches/patch-ab create mode 100644 security/isakmpd/patches/patch-ac 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 -- cgit v1.2.3