summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--devel/libetm/Makefile4
-rw-r--r--devel/libmemmgr/Makefile4
-rw-r--r--devel/libportlib/Makefile4
-rw-r--r--devel/libts/Makefile4
-rw-r--r--textproc/rtf-tools/Makefile3
-rw-r--r--textproc/troffcvt/Makefile4
6 files changed, 12 insertions, 11 deletions
diff --git a/devel/libetm/Makefile b/devel/libetm/Makefile
index e056cb4b387..65d907169ca 100644
--- a/devel/libetm/Makefile
+++ b/devel/libetm/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2003/12/11 19:24:33 ben Exp $
+# $NetBSD: Makefile,v 1.7 2003/12/11 20:16:10 ben Exp $
#
DISTNAME= ETM-1.09
@@ -15,7 +15,7 @@ post-patch:
${MV} ${WRKSRC}/Makefile ${WRKSRC}/Makefile.bak
${SED} <${WRKSRC}/Makefile.bak >${WRKSRC}/Makefile \
-e 's|/usr/local|${PREFIX}|' \
- -e 's|install.sh|${INSTALL}|'
+ -e 's|install.sh|$${BSD_INSTALL}|'
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/libetm
diff --git a/devel/libmemmgr/Makefile b/devel/libmemmgr/Makefile
index f48cd06be23..bd10fe7039b 100644
--- a/devel/libmemmgr/Makefile
+++ b/devel/libmemmgr/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2003/12/11 19:24:33 ben Exp $
+# $NetBSD: Makefile,v 1.7 2003/12/11 20:16:10 ben Exp $
#
DISTNAME= MemMgr-1.04
@@ -17,7 +17,7 @@ post-patch:
${MV} ${WRKSRC}/Makefile ${WRKSRC}/Makefile.bak
${SED} <${WRKSRC}/Makefile.bak >${WRKSRC}/Makefile \
-e 's|/usr/local|${PREFIX}|' \
- -e 's|/usr/ucb/install|${INSTALL}|'
+ -e 's|/usr/ucb/install|$${BSD_INSTALL}|'
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/libmemmgr
diff --git a/devel/libportlib/Makefile b/devel/libportlib/Makefile
index 97464a2e962..0e0418b7309 100644
--- a/devel/libportlib/Makefile
+++ b/devel/libportlib/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2003/12/11 19:24:33 ben Exp $
+# $NetBSD: Makefile,v 1.7 2003/12/11 20:16:10 ben Exp $
#
DISTNAME= portlib-1.01
@@ -15,6 +15,6 @@ post-patch:
${MV} ${WRKSRC}/Makefile ${WRKSRC}/Makefile.bak
${SED} <${WRKSRC}/Makefile.bak >${WRKSRC}/Makefile \
-e 's|/usr/local|${PREFIX}|' \
- -e 's|/usr/ucb/install|${INSTALL}|'
+ -e 's|/usr/ucb/install|$${BSD_INSTALL}|'
.include "../../mk/bsd.pkg.mk"
diff --git a/devel/libts/Makefile b/devel/libts/Makefile
index d6b4b97a411..f51dc14d8f1 100644
--- a/devel/libts/Makefile
+++ b/devel/libts/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2003/12/11 19:24:33 ben Exp $
+# $NetBSD: Makefile,v 1.7 2003/12/11 20:16:10 ben Exp $
#
DISTNAME= TS-1.08
@@ -15,7 +15,7 @@ post-patch:
${MV} ${WRKSRC}/Makefile ${WRKSRC}/Makefile.bak
${SED} <${WRKSRC}/Makefile.bak >${WRKSRC}/Makefile \
-e "s|/usr/local|${PREFIX}|" \
- -e "s|install.sh|${INSTALL}|"
+ -e 's|install.sh|$${BSD_INSTALL}|'
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/libts
diff --git a/textproc/rtf-tools/Makefile b/textproc/rtf-tools/Makefile
index 23a78cb916d..9123493d459 100644
--- a/textproc/rtf-tools/Makefile
+++ b/textproc/rtf-tools/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2003/12/11 19:41:56 ben Exp $
+# $NetBSD: Makefile,v 1.10 2003/12/11 20:16:10 ben Exp $
#
DISTNAME= RTF-1.10
@@ -21,6 +21,7 @@ post-patch:
for i in `${FIND} ${WRKSRC} -name Makefile`; do \
${MV} $$i $$i.bak;\
${SED} <$$i.bak >$$i \
+ -e 's|INSTALL = install|INSTALL = $${BSD_INSTALL}|g' \
-e "s|-DVARARGS|-DSTDARGS|g" \
-e "s|/usr/local|${PREFIX}|g" \
-e "s|/usr/man|${PREFIX}/man|" \
diff --git a/textproc/troffcvt/Makefile b/textproc/troffcvt/Makefile
index aa9617c2224..9d9e600e1b3 100644
--- a/textproc/troffcvt/Makefile
+++ b/textproc/troffcvt/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2003/12/11 19:24:33 ben Exp $
+# $NetBSD: Makefile,v 1.6 2003/12/11 20:16:10 ben Exp $
#
DISTNAME= troffcvt-1.04
@@ -27,7 +27,7 @@ post-patch:
-e "s| -Xc||" \
-e "s|/usr/include/sys/feature_tests.h||" \
-e "s|/usr/tmp|/tmp|g" \
- -e "s|/usr/ucb/install|${INSTALL}|" \
+ -e 's|/usr/ucb/install|$${BSD_INSTALL}|' \
-e "s|/usr/local|${PREFIX}|g" \
-e "s|/usr/local/man|${PREFIX}/man|" ;\
done