diff options
author | Jeroen Ruigrok van der Werven <asmodai@FreeBSD.org> | 2000-08-31 10:26:52 +0000 |
---|---|---|
committer | Jeroen Ruigrok van der Werven <asmodai@FreeBSD.org> | 2000-08-31 10:26:52 +0000 |
commit | a35f5ba875c3cc6d7599f824ee3651f8f3996995 (patch) | |
tree | 3416dc8cdce96c92852bea54e6e2802bd8bac11e /german | |
parent | 90983e3b4629aa160d9d3f7358a9759ec732e733 (diff) | |
download | ports-a35f5ba875c3cc6d7599f824ee3651f8f3996995.tar.gz ports-a35f5ba875c3cc6d7599f824ee3651f8f3996995.zip |
Notes
Diffstat (limited to 'german')
-rw-r--r-- | german/staroffice70/Makefile | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/german/staroffice70/Makefile b/german/staroffice70/Makefile index f3bf0bbdeb64..ff4ca8cc1b08 100644 --- a/german/staroffice70/Makefile +++ b/german/staroffice70/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: |