summaryrefslogtreecommitdiff
path: root/editors/openoffice/Makefile
diff options
context:
space:
mode:
authorMartin Blapp <mbr@FreeBSD.org>2002-05-19 20:24:05 +0000
committerMartin Blapp <mbr@FreeBSD.org>2002-05-19 20:24:05 +0000
commitfcaa518c5db8b124e3ea4b467de045b68d48f964 (patch)
tree3be0029b7504df523edacefce793b9555f9030ae /editors/openoffice/Makefile
parentBack to betas...Update to GNOME 2.0 beta 5. (diff)
Change SO version in oo_setup.resp. Call sed directly.
Notes
Notes: svn path=/head/; revision=59483
Diffstat (limited to 'editors/openoffice/Makefile')
-rw-r--r--editors/openoffice/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/editors/openoffice/Makefile b/editors/openoffice/Makefile
index 11158a972fda..4a492937eab7 100644
--- a/editors/openoffice/Makefile
+++ b/editors/openoffice/Makefile
@@ -139,9 +139,8 @@ do-build:
tcsh -c 'source FreeBSDEnv.Set && dmake'
pre-install:
- ${SH} -c "cd ${WRKSRC}/../instsetoo/*.pro/01/normal && \
- ${SED} -e 's#@@PREFIX@@#${PREFIX}#g' \
- < ${FILESDIR}/oo_setup.resp > oo_setup.resp"
+ @${SED} -e 's#%%PREFIX%%#${PREFIX}#g' < ${FILESDIR}/oo_setup.resp \
+ > ${WRKSRC}/../instsetoo/unxfbsd.pro/01/normal/oo_setup.resp
do-install:
@-SAL_IGNOREXERRORS=1 PATH="/bin:${PATH}" LD_LIBRARY_PATH=${LD_PATH} \