summaryrefslogtreecommitdiff
path: root/security/isakmpd/patches/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'security/isakmpd/patches/patch-aa')
-rw-r--r--security/isakmpd/patches/patch-aa23
1 files changed, 9 insertions, 14 deletions
diff --git a/security/isakmpd/patches/patch-aa b/security/isakmpd/patches/patch-aa
index 413c0dcc1dd..7613d7a66e0 100644
--- a/security/isakmpd/patches/patch-aa
+++ b/security/isakmpd/patches/patch-aa
@@ -1,8 +1,13 @@
-$NetBSD: patch-aa,v 1.2 2000/09/25 04:00:15 fredb Exp $
+$NetBSD: patch-aa,v 1.3 2001/02/14 13:27:33 itojun Exp $
---- Makefile.orig Tue Sep 12 10:34:40 2000
-+++ Makefile Sun Sep 24 10:58:25 2000
-@@ -43,9 +43,9 @@
+Index: Makefile
+===================================================================
+RCS file: /cvs/src/sbin/isakmpd/Makefile,v
+retrieving revision 1.31
+diff -u -r1.31 Makefile
+--- Makefile 2001/01/27 12:03:31 1.31
++++ Makefile 2001/02/14 13:12:35
+@@ -44,9 +44,9 @@
# openbsd means 2.5 or newer, openbsd-encap is for older kernels with PF_ENCAP
# linux is the name for Linux with FreeS/WAN integrated, freebsd/netbsd means
# FreeBSD/NetBSD with KAME IPsec.
@@ -14,13 +19,3 @@ $NetBSD: patch-aa,v 1.2 2000/09/25 04:00:15 fredb Exp $
#OS= freebsd
#OS= linux
-@@ -56,7 +56,8 @@
- .PATH: ${.CURDIR}/sysdep/${OS}
-
- PROG= isakmpd
--BINDIR?= /sbin
-+BINDIR?= ${PREFIX}/sbin
-+MANDIR?= ${PREFIX}/man
- LDSTATIC?= -static
- SRCS= app.c attribute.c cert.c connection.c constants.c conf.c \
- cookie.c crypto.c dh.c doi.c exchange.c exchange_num.c \