summaryrefslogtreecommitdiff
path: root/security/ident2
diff options
context:
space:
mode:
authorDavid W. Chapman Jr. <dwcjr@FreeBSD.org>2001-06-09 23:14:03 +0000
committerDavid W. Chapman Jr. <dwcjr@FreeBSD.org>2001-06-09 23:14:03 +0000
commitfb9fdc1b5f7ce31631b1e7fddd24a0cc55e99253 (patch)
tree6858a25343ab5b6f544a1c607e9dad31a9cab93a /security/ident2
parentBump PORTVERSION and checksum (diff)
Add patch-Makefile.in to patch hard coded /usr/local in Makefile.in
PR: 27997 Submitted by: Jeff Palmer <scorpio@drkshdw.org> Reviewed by: will
Notes
Notes: svn path=/head/; revision=43731
Diffstat (limited to 'security/ident2')
-rw-r--r--security/ident2/files/patch-Makefile.in13
1 files changed, 13 insertions, 0 deletions
diff --git a/security/ident2/files/patch-Makefile.in b/security/ident2/files/patch-Makefile.in
new file mode 100644
index 000000000000..4108eb8b6c1b
--- /dev/null
+++ b/security/ident2/files/patch-Makefile.in
@@ -0,0 +1,13 @@
+--- Makefile.in.orig Sat Jun 9 17:44:19 2001
++++ Makefile.in Sat Jun 9 17:44:36 2001
+@@ -36,8 +36,8 @@
+ doc_format = @doc_format@
+
+ PROG = ident2
+-BINDIR = /usr/local/sbin
+-MANDIR = /usr/local/man/man8
++BINDIR = ${prefix}/sbin
++MANDIR = ${prefix}/man/man8
+
+ SOURCES=ident2.c common.c daemon.c m_${MACHTARGET}.c
+ OBJS=ident2.o common.o daemon.o machine.o