mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-04 22:33:27 +00:00
b5e4b159e2
PR: 20650 Submitted by: Ports Fury
21 lines
465 B
Plaintext
21 lines
465 B
Plaintext
--- 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= ${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
|
|
|