mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-04 22:33:27 +00:00
7d75dfc4e8
PR: 16092 Submitted by: maintainer
21 lines
484 B
Plaintext
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
|
|
|