diff options
author | asmodai <asmodai@FreeBSD.org> | 2000-08-31 10:26:52 +0000 |
---|---|---|
committer | asmodai <asmodai@FreeBSD.org> | 2000-08-31 10:26:52 +0000 |
commit | c58c08f0b150b851f87fa7e33873b4b746a551ff (patch) | |
tree | 4092fb5b51acdc60928c7a68cea6c11a8814e357 /editors/openoffice-3 | |
parent | 6c99def398a94baa4cf2bceda698d60e2be04ee0 (diff) | |
download | FreeBSD-ports-c58c08f0b150b851f87fa7e33873b4b746a551ff.zip FreeBSD-ports-c58c08f0b150b851f87fa7e33873b4b746a551ff.tar.gz |
Add some more help to solve potential installation problems.
Also add reporting address.
Submitted by: MAINTAINER <Martin Blapp <mb@imp.ch>>
Diffstat (limited to 'editors/openoffice-3')
-rw-r--r-- | editors/openoffice-3/Makefile | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/editors/openoffice-3/Makefile b/editors/openoffice-3/Makefile index f3bf0bb..ff4ca8c 100644 --- a/editors/openoffice-3/Makefile +++ b/editors/openoffice-3/Makefile @@ -100,11 +100,20 @@ do-install: @${LN} -fs /compat/linux/usr/local/office52 ${PREFIX}/office52 .endif @${CAT} ${PKGDIR}/MESSAGE + @LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:${TMPDIR}:${WRKSRC}:/compat/linux/lib:/compat/linux/usr/lib @-SAL_IGNOREXERRORS=1 TEMP=${TMPDIR} /compat/linux/bin/sh -c '${WRKSRC}/setup /net' +.if exists(/usr/local/office52/program/setup) @ ${ECHO} @ ${ECHO} Ignore the error-message. StarOffice5.2 has been installed @ ${ECHO} successfully on your system. @ ${ECHO} +.else + @ ${ECHO} + @ ${ECHO} An error occured during StarOffice5.2 install. Please send a mail with debug-output and + @ ${ECHO} some information about your FreeBSD-environment to mb@imp.ch. Thanks. + @ ${ECHO} + @ ${FALSE} +.endif .endif post-install: |