opnsense-ports/devel/mkcmd/files/patch-lib_mkcmd_Make.host
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

20 lines
475 B
Text

--- lib/mkcmd/Make.host.orig Sun Jul 30 16:56:24 2000
+++ lib/mkcmd/Make.host Mon Aug 7 15:26:05 2000
@@ -3,7 +3,7 @@
# Kevin S Braunsdorf, PUCC
SHELL=/bin/sh
-LIB= ${DESTDIR}/usr/local/lib/mkcmd
+LIB= ${DESTDIR}${PREFIX}/share/mkcmd
TEMPL= Template.m bytes.m bytes.mi client.m \
bsd.m \
@@ -90,7 +90,7 @@
install: all FRC
-[ -d ${LIB} ] || install -d ${LIB}
- ./ubinst.sh -d -t type ${LIB} ${TEMPL}
+ sh ./ubinst.sh -d -t type ${LIB} ${TEMPL}
lint: FRC