diff options
Diffstat (limited to 'devel/mkcmd/files/patch-lib_mkcmd_Make.host')
-rw-r--r-- | devel/mkcmd/files/patch-lib_mkcmd_Make.host | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/devel/mkcmd/files/patch-lib_mkcmd_Make.host b/devel/mkcmd/files/patch-lib_mkcmd_Make.host new file mode 100644 index 000000000000..c59d28c6bb04 --- /dev/null +++ b/devel/mkcmd/files/patch-lib_mkcmd_Make.host @@ -0,0 +1,20 @@ +--- 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 + |