1
0
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:
David W. Chapman Jr. 2001-06-09 23:14:03 +00:00
parent 29bf7ecb70
commit fb9fdc1b5f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=43731

View 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