1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-04 22:33:27 +00:00
freebsd-ports/devel/mkcmd/files/patch-ac
Chris Piazza 7d75dfc4e8 Update to 8.13d
PR:		16092
Submitted by:	maintainer
2000-01-22 02:10:00 +00:00

21 lines
484 B
Plaintext

--- 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