summaryrefslogtreecommitdiff
path: root/textproc/troffcvt
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/troffcvt
parentb0f10a897419bae9a348528bf98479273870b459 (diff)
downloadpkgsrc-cc0f84fc789e1bd94b6be4a323c8c93be1f2c5e7.tar.gz
Give these packages a higher chance to install on Solaris.
Diffstat (limited to 'textproc/troffcvt')
-rw-r--r--textproc/troffcvt/Makefile4
1 files changed, 2 insertions, 2 deletions
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