mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
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
This commit is contained in:
parent
29bf7ecb70
commit
fb9fdc1b5f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=43731
13
security/ident2/files/patch-Makefile.in
Normal file
13
security/ident2/files/patch-Makefile.in
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user