summaryrefslogtreecommitdiffstats
path: root/editors/openoffice-1.1
diff options
context:
space:
mode:
authormaho <maho@FreeBSD.org>2004-03-13 02:33:31 +0000
committermaho <maho@FreeBSD.org>2004-03-13 02:33:31 +0000
commitffbec2987461c668cae03dafb71bf49e24eb1b5c (patch)
tree95fd880c2c75aecd836ed8295ec4b9aacf8a8d86 /editors/openoffice-1.1
parentdfe44f537b5bb2648772e30d8c872f2e88712b9d (diff)
downloadFreeBSD-ports-ffbec2987461c668cae03dafb71bf49e24eb1b5c.zip
FreeBSD-ports-ffbec2987461c668cae03dafb71bf49e24eb1b5c.tar.gz
clean up do-install and install-user section
(do-install section was wrong. alinged to tab...)
Diffstat (limited to 'editors/openoffice-1.1')
-rw-r--r--editors/openoffice-1.1/Makefile13
1 files changed, 5 insertions, 8 deletions
diff --git a/editors/openoffice-1.1/Makefile b/editors/openoffice-1.1/Makefile
index b753a18..6e72624 100644
--- a/editors/openoffice-1.1/Makefile
+++ b/editors/openoffice-1.1/Makefile
@@ -473,20 +473,17 @@ do-install:
#
${X11BASE}/bin/Xvfb :1001 -screen 0 800x600x24 > /dev/null 2>&1 & ${ECHO} $$! > ${WRKDIR}/.Xvfb.pid
@sleep 5
- @cd ${WRKSRC}/../instsetoo/*.pro/${LANG_EXT}/normal/ ; \
- @SAL_IGNOREXERRORS=1 TEMP=${WRKDIR} DISPLAY=${DISPLAY} \
- ./install --prefix=${PREFIX}
+ @cd ${WRKSRC}/../instsetoo/*.pro/${LANG_EXT}/normal/ ; \
+ SAL_IGNOREXERRORS=1 TEMP=${WRKDIR} DISPLAY=${DISPLAY} ./install --prefix=${PREFIX}
@-${CAT} ${WRKDIR}/.Xvfb.pid | ${XARGS} kill
@${RM} -f ${WRKDIR}/.Xvfb.pid
.else
- @cd ${WRKSRC}/../instsetoo/*.pro/${LANG_EXT}/normal/ ; \
- @SAL_IGNOREXERRORS=1 TEMP=${WRKDIR} DISPLAY=${DISPLAY} \
- ./install --prefix=${PREFIX}
+ @cd ${WRKSRC}/../instsetoo/*.pro/${LANG_EXT}/normal/ ; \
+ SAL_IGNOREXERRORS=1 TEMP=${WRKDIR} DISPLAY=${DISPLAY} ./install --prefix=${PREFIX}
.endif
install-user:
- @-SAL_IGNOREXERRORS=1 PATH="/bin:${PATH}" \
- ${PREFIX}/${INSTALLATION_BASEDIR}/program/setup
+ @SAL_IGNOREXERRORS=1 ${PREFIX}/${INSTALLATION_BASEDIR}/program/setup
post-install:
@${ECHO_MSG} "===> Add wrapper scripts";
OpenPOWER on IntegriCloud