diff options
author | maho <maho@FreeBSD.org> | 2004-03-13 02:13:24 +0000 |
---|---|---|
committer | maho <maho@FreeBSD.org> | 2004-03-13 02:13:24 +0000 |
commit | dfe44f537b5bb2648772e30d8c872f2e88712b9d (patch) | |
tree | 2020da83bf1a3e58f22530f50ef0da3e0a04d73a /editors/openoffice-1.1-devel | |
parent | a8662eff4ce43676bdda689b781de9d5dd115f8e (diff) | |
download | FreeBSD-ports-dfe44f537b5bb2648772e30d8c872f2e88712b9d.zip FreeBSD-ports-dfe44f537b5bb2648772e30d8c872f2e88712b9d.tar.gz |
Response file while installation is not needed.
Install script now can handle ${PREFIX}.
Diffstat (limited to 'editors/openoffice-1.1-devel')
-rw-r--r-- | editors/openoffice-1.1-devel/Makefile | 17 | ||||
-rw-r--r-- | editors/openoffice-1.1-devel/files/oo_setup.resp | 7 |
2 files changed, 6 insertions, 18 deletions
diff --git a/editors/openoffice-1.1-devel/Makefile b/editors/openoffice-1.1-devel/Makefile index 6478287..b753a18 100644 --- a/editors/openoffice-1.1-devel/Makefile +++ b/editors/openoffice-1.1-devel/Makefile @@ -464,11 +464,6 @@ do-build: .endif pre-install: - @${CP} ${FILESDIR}/oo_setup.resp \ - ${WRKSRC}/../instsetoo/unxfbsd.pro/${LANG_EXT}/normal/ - @${SED} -i orig -e 's#%%PREFIX%%#${PREFIX}#g' \ - -e 's#%%FRELEASE_NR%%#${FRELEASE_NR}#g' \ - ${WRKSRC}/../instsetoo/unxfbsd.pro/${LANG_EXT}/normal/oo_setup.resp @${MKDIR} -p ${WRKSRC}/../solver/${BUILD_NR}/unxfbsd.pro/bin/${LANG_EXT}/osl/ do-install: @@ -478,15 +473,15 @@ do-install: # ${X11BASE}/bin/Xvfb :1001 -screen 0 800x600x24 > /dev/null 2>&1 & ${ECHO} $$! > ${WRKDIR}/.Xvfb.pid @sleep 5 - @-SAL_IGNOREXERRORS=1 PATH="/bin:${PATH}" LD_LIBRARY_PATH=${LD_PATH} \ - TEMP=${WRKDIR} DISPLAY=${DISPLAYHACK} \ - ${WRKSRC}/../instsetoo/*.pro/${LANG_EXT}/normal/setup -r:oo_setup.resp + @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 - @-SAL_IGNOREXERRORS=1 PATH="/bin:${PATH}" LD_LIBRARY_PATH=${LD_PATH} \ - TEMP=${WRKDIR} DISPLAY=${DISPLAY} \ - ${WRKSRC}/../instsetoo/*.pro/${LANG_EXT}/normal/setup -r:oo_setup.resp + @cd ${WRKSRC}/../instsetoo/*.pro/${LANG_EXT}/normal/ ; \ + @SAL_IGNOREXERRORS=1 TEMP=${WRKDIR} DISPLAY=${DISPLAY} \ + ./install --prefix=${PREFIX} .endif install-user: diff --git a/editors/openoffice-1.1-devel/files/oo_setup.resp b/editors/openoffice-1.1-devel/files/oo_setup.resp deleted file mode 100644 index a85c68b..0000000 --- a/editors/openoffice-1.1-devel/files/oo_setup.resp +++ /dev/null @@ -1,7 +0,0 @@ -[Environment] -InstallationMode = INSTALL_NETWORK -InstallationType = STANDARD -DestinationPath = %%PREFIX%%/OpenOffice.org%%FRELEASE_NR%% - -[Java] -JavaSupport = preinstalled_or_none |