1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-05 22:43:24 +00:00
freebsd-ports/devel/mkcmd/files/patch-ac

21 lines
484 B
Plaintext
Raw Normal View History

--- lib/mkcmd/Make.host.orig Thu Dec 30 15:43:51 1999
+++ lib/mkcmd/Make.host Thu Dec 30 15:48:50 1999
@@ -2,7 +2,7 @@
# Makefile for mkcmd
# Kevin S Braunsdorf, PUCC
-LIB= ${DESTDIR}/usr/local/lib/mkcmd
+LIB= ${DESTDIR}/usr/local/share/mkcmd
TEMPL= Template.m bytes.m bytes.mi client.m \
bsd.m \
@@ -88,7 +88,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