summaryrefslogtreecommitdiff
path: root/textproc/rtf-tools
diff options
context:
space:
mode:
authorben <ben>2003-12-11 20:16:10 +0000
committerben <ben>2003-12-11 20:16:10 +0000
commitcc0f84fc789e1bd94b6be4a323c8c93be1f2c5e7 (patch)
tree8b7c28cddc64ef73628515a9b7aa4247d388833b /textproc/rtf-tools
parentb0f10a897419bae9a348528bf98479273870b459 (diff)
downloadpkgsrc-cc0f84fc789e1bd94b6be4a323c8c93be1f2c5e7.tar.gz
Give these packages a higher chance to install on Solaris.
Diffstat (limited to 'textproc/rtf-tools')
-rw-r--r--textproc/rtf-tools/Makefile3
1 files changed, 2 insertions, 1 deletions
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|" \