diff options
author | ben <ben@pkgsrc.org> | 2003-12-11 20:16:10 +0000 |
---|---|---|
committer | ben <ben@pkgsrc.org> | 2003-12-11 20:16:10 +0000 |
commit | f17d9833e51fc21b42564913c2f494fa8c125a51 (patch) | |
tree | 8b7c28cddc64ef73628515a9b7aa4247d388833b /textproc | |
parent | cd9d14bbc88508b849b9f2c846227222f056b1e0 (diff) | |
download | pkgsrc-f17d9833e51fc21b42564913c2f494fa8c125a51.tar.gz |
Give these packages a higher chance to install on Solaris.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/rtf-tools/Makefile | 3 | ||||
-rw-r--r-- | textproc/troffcvt/Makefile | 4 |
2 files changed, 4 insertions, 3 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|" \ 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 |