summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--editors/openoffice-1.0/Makefile33
-rw-r--r--editors/openoffice-1.1-devel/Makefile33
-rw-r--r--editors/openoffice-1.1/Makefile33
-rw-r--r--editors/openoffice-2.0-devel/Makefile33
-rw-r--r--editors/openoffice-3-devel/Makefile33
-rw-r--r--editors/openoffice-3/Makefile33
-rw-r--r--editors/openoffice-devel/Makefile33
-rw-r--r--editors/openoffice.org-1.0/Makefile33
-rw-r--r--editors/openoffice.org-1.1-devel/Makefile33
-rw-r--r--editors/openoffice.org-1.1/Makefile33
-rw-r--r--editors/openoffice.org-2-RC/Makefile33
-rw-r--r--editors/openoffice.org-2-devel/Makefile33
-rw-r--r--editors/openoffice.org-2.0-devel/Makefile33
-rw-r--r--editors/openoffice.org-2.0/Makefile33
-rw-r--r--editors/openoffice.org-2/Makefile33
-rw-r--r--editors/openoffice.org-3-RC/Makefile33
-rw-r--r--editors/openoffice.org-3-devel/Makefile33
-rw-r--r--editors/openoffice.org-3/Makefile33
-rw-r--r--editors/openoffice.org-vcltesttool/Makefile33
-rw-r--r--editors/openoffice/Makefile33
-rw-r--r--editors/staroffice52/Makefile33
-rw-r--r--editors/staroffice60/Makefile33
-rw-r--r--editors/staroffice70/Makefile33
-rw-r--r--german/staroffice52/Makefile25
-rw-r--r--german/staroffice70/Makefile33
25 files changed, 400 insertions, 417 deletions
diff --git a/editors/openoffice-1.0/Makefile b/editors/openoffice-1.0/Makefile
index ff4ca8cc1b08..58ad83f539fa 100644
--- a/editors/openoffice-1.0/Makefile
+++ b/editors/openoffice-1.0/Makefile
@@ -35,7 +35,7 @@ NO_BUILD= yes
DIST_SUBDIR= staroffice52
WRKSRC= ${WRKDIR}/office52
TMPDIR= ${WRKDIR}/tmp
-ADEBAS= soa-5_2-ga-bin-linux-en.bin
+LD_PATH= ${TMPDIR}:${WRKSRC}:/compat/linux/lib:/compat/linux/usr/lib
.include <bsd.port.pre.mk>
@@ -96,24 +96,23 @@ do-install:
@ ${ECHO}
@ ${FALSE}
.else
-.if exists(/compat/linux/usr/local)
- @${LN} -fs /compat/linux/usr/local/office52 ${PREFIX}/office52
+.if exists(/compat/linux/${PREFIX})
+ @${LN} -fs /compat/linux/${PREFIX}/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
+ @-SAL_IGNOREXERRORS=1 TEMP=${TMPDIR} LD_LIBRARY_PATH=${LD_PATH} /compat/linux/bin/sh -c '${WRKSRC}/setup /net'
+ @if [ -f ${PREFIX}/office52/program/setup ]; then \
+ ${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} ; \
+ fi
.endif
post-install:
diff --git a/editors/openoffice-1.1-devel/Makefile b/editors/openoffice-1.1-devel/Makefile
index ff4ca8cc1b08..58ad83f539fa 100644
--- a/editors/openoffice-1.1-devel/Makefile
+++ b/editors/openoffice-1.1-devel/Makefile
@@ -35,7 +35,7 @@ NO_BUILD= yes
DIST_SUBDIR= staroffice52
WRKSRC= ${WRKDIR}/office52
TMPDIR= ${WRKDIR}/tmp
-ADEBAS= soa-5_2-ga-bin-linux-en.bin
+LD_PATH= ${TMPDIR}:${WRKSRC}:/compat/linux/lib:/compat/linux/usr/lib
.include <bsd.port.pre.mk>
@@ -96,24 +96,23 @@ do-install:
@ ${ECHO}
@ ${FALSE}
.else
-.if exists(/compat/linux/usr/local)
- @${LN} -fs /compat/linux/usr/local/office52 ${PREFIX}/office52
+.if exists(/compat/linux/${PREFIX})
+ @${LN} -fs /compat/linux/${PREFIX}/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
+ @-SAL_IGNOREXERRORS=1 TEMP=${TMPDIR} LD_LIBRARY_PATH=${LD_PATH} /compat/linux/bin/sh -c '${WRKSRC}/setup /net'
+ @if [ -f ${PREFIX}/office52/program/setup ]; then \
+ ${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} ; \
+ fi
.endif
post-install:
diff --git a/editors/openoffice-1.1/Makefile b/editors/openoffice-1.1/Makefile
index ff4ca8cc1b08..58ad83f539fa 100644
--- a/editors/openoffice-1.1/Makefile
+++ b/editors/openoffice-1.1/Makefile
@@ -35,7 +35,7 @@ NO_BUILD= yes
DIST_SUBDIR= staroffice52
WRKSRC= ${WRKDIR}/office52
TMPDIR= ${WRKDIR}/tmp
-ADEBAS= soa-5_2-ga-bin-linux-en.bin
+LD_PATH= ${TMPDIR}:${WRKSRC}:/compat/linux/lib:/compat/linux/usr/lib
.include <bsd.port.pre.mk>
@@ -96,24 +96,23 @@ do-install:
@ ${ECHO}
@ ${FALSE}
.else
-.if exists(/compat/linux/usr/local)
- @${LN} -fs /compat/linux/usr/local/office52 ${PREFIX}/office52
+.if exists(/compat/linux/${PREFIX})
+ @${LN} -fs /compat/linux/${PREFIX}/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
+ @-SAL_IGNOREXERRORS=1 TEMP=${TMPDIR} LD_LIBRARY_PATH=${LD_PATH} /compat/linux/bin/sh -c '${WRKSRC}/setup /net'
+ @if [ -f ${PREFIX}/office52/program/setup ]; then \
+ ${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} ; \
+ fi
.endif
post-install:
diff --git a/editors/openoffice-2.0-devel/Makefile b/editors/openoffice-2.0-devel/Makefile
index ff4ca8cc1b08..58ad83f539fa 100644
--- a/editors/openoffice-2.0-devel/Makefile
+++ b/editors/openoffice-2.0-devel/Makefile
@@ -35,7 +35,7 @@ NO_BUILD= yes
DIST_SUBDIR= staroffice52
WRKSRC= ${WRKDIR}/office52
TMPDIR= ${WRKDIR}/tmp
-ADEBAS= soa-5_2-ga-bin-linux-en.bin
+LD_PATH= ${TMPDIR}:${WRKSRC}:/compat/linux/lib:/compat/linux/usr/lib
.include <bsd.port.pre.mk>
@@ -96,24 +96,23 @@ do-install:
@ ${ECHO}
@ ${FALSE}
.else
-.if exists(/compat/linux/usr/local)
- @${LN} -fs /compat/linux/usr/local/office52 ${PREFIX}/office52
+.if exists(/compat/linux/${PREFIX})
+ @${LN} -fs /compat/linux/${PREFIX}/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
+ @-SAL_IGNOREXERRORS=1 TEMP=${TMPDIR} LD_LIBRARY_PATH=${LD_PATH} /compat/linux/bin/sh -c '${WRKSRC}/setup /net'
+ @if [ -f ${PREFIX}/office52/program/setup ]; then \
+ ${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} ; \
+ fi
.endif
post-install:
diff --git a/editors/openoffice-3-devel/Makefile b/editors/openoffice-3-devel/Makefile
index ff4ca8cc1b08..58ad83f539fa 100644
--- a/editors/openoffice-3-devel/Makefile
+++ b/editors/openoffice-3-devel/Makefile
@@ -35,7 +35,7 @@ NO_BUILD= yes
DIST_SUBDIR= staroffice52
WRKSRC= ${WRKDIR}/office52
TMPDIR= ${WRKDIR}/tmp
-ADEBAS= soa-5_2-ga-bin-linux-en.bin
+LD_PATH= ${TMPDIR}:${WRKSRC}:/compat/linux/lib:/compat/linux/usr/lib
.include <bsd.port.pre.mk>
@@ -96,24 +96,23 @@ do-install:
@ ${ECHO}
@ ${FALSE}
.else
-.if exists(/compat/linux/usr/local)
- @${LN} -fs /compat/linux/usr/local/office52 ${PREFIX}/office52
+.if exists(/compat/linux/${PREFIX})
+ @${LN} -fs /compat/linux/${PREFIX}/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
+ @-SAL_IGNOREXERRORS=1 TEMP=${TMPDIR} LD_LIBRARY_PATH=${LD_PATH} /compat/linux/bin/sh -c '${WRKSRC}/setup /net'
+ @if [ -f ${PREFIX}/office52/program/setup ]; then \
+ ${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} ; \
+ fi
.endif
post-install:
diff --git a/editors/openoffice-3/Makefile b/editors/openoffice-3/Makefile
index ff4ca8cc1b08..58ad83f539fa 100644
--- a/editors/openoffice-3/Makefile
+++ b/editors/openoffice-3/Makefile
@@ -35,7 +35,7 @@ NO_BUILD= yes
DIST_SUBDIR= staroffice52
WRKSRC= ${WRKDIR}/office52
TMPDIR= ${WRKDIR}/tmp
-ADEBAS= soa-5_2-ga-bin-linux-en.bin
+LD_PATH= ${TMPDIR}:${WRKSRC}:/compat/linux/lib:/compat/linux/usr/lib
.include <bsd.port.pre.mk>
@@ -96,24 +96,23 @@ do-install:
@ ${ECHO}
@ ${FALSE}
.else
-.if exists(/compat/linux/usr/local)
- @${LN} -fs /compat/linux/usr/local/office52 ${PREFIX}/office52
+.if exists(/compat/linux/${PREFIX})
+ @${LN} -fs /compat/linux/${PREFIX}/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
+ @-SAL_IGNOREXERRORS=1 TEMP=${TMPDIR} LD_LIBRARY_PATH=${LD_PATH} /compat/linux/bin/sh -c '${WRKSRC}/setup /net'
+ @if [ -f ${PREFIX}/office52/program/setup ]; then \
+ ${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} ; \
+ fi
.endif
post-install:
diff --git a/editors/openoffice-devel/Makefile b/editors/openoffice-devel/Makefile
index ff4ca8cc1b08..58ad83f539fa 100644
--- a/editors/openoffice-devel/Makefile
+++ b/editors/openoffice-devel/Makefile
@@ -35,7 +35,7 @@ NO_BUILD= yes
DIST_SUBDIR= staroffice52
WRKSRC= ${WRKDIR}/office52
TMPDIR= ${WRKDIR}/tmp
-ADEBAS= soa-5_2-ga-bin-linux-en.bin
+LD_PATH= ${TMPDIR}:${WRKSRC}:/compat/linux/lib:/compat/linux/usr/lib
.include <bsd.port.pre.mk>
@@ -96,24 +96,23 @@ do-install:
@ ${ECHO}
@ ${FALSE}
.else
-.if exists(/compat/linux/usr/local)
- @${LN} -fs /compat/linux/usr/local/office52 ${PREFIX}/office52
+.if exists(/compat/linux/${PREFIX})
+ @${LN} -fs /compat/linux/${PREFIX}/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
+ @-SAL_IGNOREXERRORS=1 TEMP=${TMPDIR} LD_LIBRARY_PATH=${LD_PATH} /compat/linux/bin/sh -c '${WRKSRC}/setup /net'
+ @if [ -f ${PREFIX}/office52/program/setup ]; then \
+ ${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} ; \
+ fi
.endif
post-install:
diff --git a/editors/openoffice.org-1.0/Makefile b/editors/openoffice.org-1.0/Makefile
index ff4ca8cc1b08..58ad83f539fa 100644
--- a/editors/openoffice.org-1.0/Makefile
+++ b/editors/openoffice.org-1.0/Makefile
@@ -35,7 +35,7 @@ NO_BUILD= yes
DIST_SUBDIR= staroffice52
WRKSRC= ${WRKDIR}/office52
TMPDIR= ${WRKDIR}/tmp
-ADEBAS= soa-5_2-ga-bin-linux-en.bin
+LD_PATH= ${TMPDIR}:${WRKSRC}:/compat/linux/lib:/compat/linux/usr/lib
.include <bsd.port.pre.mk>
@@ -96,24 +96,23 @@ do-install:
@ ${ECHO}
@ ${FALSE}
.else
-.if exists(/compat/linux/usr/local)
- @${LN} -fs /compat/linux/usr/local/office52 ${PREFIX}/office52
+.if exists(/compat/linux/${PREFIX})
+ @${LN} -fs /compat/linux/${PREFIX}/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
+ @-SAL_IGNOREXERRORS=1 TEMP=${TMPDIR} LD_LIBRARY_PATH=${LD_PATH} /compat/linux/bin/sh -c '${WRKSRC}/setup /net'
+ @if [ -f ${PREFIX}/office52/program/setup ]; then \
+ ${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} ; \
+ fi
.endif
post-install:
diff --git a/editors/openoffice.org-1.1-devel/Makefile b/editors/openoffice.org-1.1-devel/Makefile
index ff4ca8cc1b08..58ad83f539fa 100644
--- a/editors/openoffice.org-1.1-devel/Makefile
+++ b/editors/openoffice.org-1.1-devel/Makefile
@@ -35,7 +35,7 @@ NO_BUILD= yes
DIST_SUBDIR= staroffice52
WRKSRC= ${WRKDIR}/office52
TMPDIR= ${WRKDIR}/tmp
-ADEBAS= soa-5_2-ga-bin-linux-en.bin
+LD_PATH= ${TMPDIR}:${WRKSRC}:/compat/linux/lib:/compat/linux/usr/lib
.include <bsd.port.pre.mk>
@@ -96,24 +96,23 @@ do-install:
@ ${ECHO}
@ ${FALSE}
.else
-.if exists(/compat/linux/usr/local)
- @${LN} -fs /compat/linux/usr/local/office52 ${PREFIX}/office52
+.if exists(/compat/linux/${PREFIX})
+ @${LN} -fs /compat/linux/${PREFIX}/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
+ @-SAL_IGNOREXERRORS=1 TEMP=${TMPDIR} LD_LIBRARY_PATH=${LD_PATH} /compat/linux/bin/sh -c '${WRKSRC}/setup /net'
+ @if [ -f ${PREFIX}/office52/program/setup ]; then \
+ ${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} ; \
+ fi
.endif
post-install:
diff --git a/editors/openoffice.org-1.1/Makefile b/editors/openoffice.org-1.1/Makefile
index ff4ca8cc1b08..58ad83f539fa 100644
--- a/editors/openoffice.org-1.1/Makefile
+++ b/editors/openoffice.org-1.1/Makefile
@@ -35,7 +35,7 @@ NO_BUILD= yes
DIST_SUBDIR= staroffice52
WRKSRC= ${WRKDIR}/office52
TMPDIR= ${WRKDIR}/tmp
-ADEBAS= soa-5_2-ga-bin-linux-en.bin
+LD_PATH= ${TMPDIR}:${WRKSRC}:/compat/linux/lib:/compat/linux/usr/lib
.include <bsd.port.pre.mk>
@@ -96,24 +96,23 @@ do-install:
@ ${ECHO}
@ ${FALSE}
.else
-.if exists(/compat/linux/usr/local)
- @${LN} -fs /compat/linux/usr/local/office52 ${PREFIX}/office52
+.if exists(/compat/linux/${PREFIX})
+ @${LN} -fs /compat/linux/${PREFIX}/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
+ @-SAL_IGNOREXERRORS=1 TEMP=${TMPDIR} LD_LIBRARY_PATH=${LD_PATH} /compat/linux/bin/sh -c '${WRKSRC}/setup /net'
+ @if [ -f ${PREFIX}/office52/program/setup ]; then \
+ ${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} ; \
+ fi
.endif
post-install:
diff --git a/editors/openoffice.org-2-RC/Makefile b/editors/openoffice.org-2-RC/Makefile
index ff4ca8cc1b08..58ad83f539fa 100644
--- a/editors/openoffice.org-2-RC/Makefile
+++ b/editors/openoffice.org-2-RC/Makefile
@@ -35,7 +35,7 @@ NO_BUILD= yes
DIST_SUBDIR= staroffice52
WRKSRC= ${WRKDIR}/office52
TMPDIR= ${WRKDIR}/tmp
-ADEBAS= soa-5_2-ga-bin-linux-en.bin
+LD_PATH= ${TMPDIR}:${WRKSRC}:/compat/linux/lib:/compat/linux/usr/lib
.include <bsd.port.pre.mk>
@@ -96,24 +96,23 @@ do-install:
@ ${ECHO}
@ ${FALSE}
.else
-.if exists(/compat/linux/usr/local)
- @${LN} -fs /compat/linux/usr/local/office52 ${PREFIX}/office52
+.if exists(/compat/linux/${PREFIX})
+ @${LN} -fs /compat/linux/${PREFIX}/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
+ @-SAL_IGNOREXERRORS=1 TEMP=${TMPDIR} LD_LIBRARY_PATH=${LD_PATH} /compat/linux/bin/sh -c '${WRKSRC}/setup /net'
+ @if [ -f ${PREFIX}/office52/program/setup ]; then \
+ ${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} ; \
+ fi
.endif
post-install:
diff --git a/editors/openoffice.org-2-devel/Makefile b/editors/openoffice.org-2-devel/Makefile
index ff4ca8cc1b08..58ad83f539fa 100644
--- a/editors/openoffice.org-2-devel/Makefile
+++ b/editors/openoffice.org-2-devel/Makefile
@@ -35,7 +35,7 @@ NO_BUILD= yes
DIST_SUBDIR= staroffice52
WRKSRC= ${WRKDIR}/office52
TMPDIR= ${WRKDIR}/tmp
-ADEBAS= soa-5_2-ga-bin-linux-en.bin
+LD_PATH= ${TMPDIR}:${WRKSRC}:/compat/linux/lib:/compat/linux/usr/lib
.include <bsd.port.pre.mk>
@@ -96,24 +96,23 @@ do-install:
@ ${ECHO}
@ ${FALSE}
.else
-.if exists(/compat/linux/usr/local)
- @${LN} -fs /compat/linux/usr/local/office52 ${PREFIX}/office52
+.if exists(/compat/linux/${PREFIX})
+ @${LN} -fs /compat/linux/${PREFIX}/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
+ @-SAL_IGNOREXERRORS=1 TEMP=${TMPDIR} LD_LIBRARY_PATH=${LD_PATH} /compat/linux/bin/sh -c '${WRKSRC}/setup /net'
+ @if [ -f ${PREFIX}/office52/program/setup ]; then \
+ ${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} ; \
+ fi
.endif
post-install:
diff --git a/editors/openoffice.org-2.0-devel/Makefile b/editors/openoffice.org-2.0-devel/Makefile
index ff4ca8cc1b08..58ad83f539fa 100644
--- a/editors/openoffice.org-2.0-devel/Makefile
+++ b/editors/openoffice.org-2.0-devel/Makefile
@@ -35,7 +35,7 @@ NO_BUILD= yes
DIST_SUBDIR= staroffice52
WRKSRC= ${WRKDIR}/office52
TMPDIR= ${WRKDIR}/tmp
-ADEBAS= soa-5_2-ga-bin-linux-en.bin
+LD_PATH= ${TMPDIR}:${WRKSRC}:/compat/linux/lib:/compat/linux/usr/lib
.include <bsd.port.pre.mk>
@@ -96,24 +96,23 @@ do-install:
@ ${ECHO}
@ ${FALSE}
.else
-.if exists(/compat/linux/usr/local)
- @${LN} -fs /compat/linux/usr/local/office52 ${PREFIX}/office52
+.if exists(/compat/linux/${PREFIX})
+ @${LN} -fs /compat/linux/${PREFIX}/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
+ @-SAL_IGNOREXERRORS=1 TEMP=${TMPDIR} LD_LIBRARY_PATH=${LD_PATH} /compat/linux/bin/sh -c '${WRKSRC}/setup /net'
+ @if [ -f ${PREFIX}/office52/program/setup ]; then \
+ ${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} ; \
+ fi
.endif
post-install:
diff --git a/editors/openoffice.org-2.0/Makefile b/editors/openoffice.org-2.0/Makefile
index ff4ca8cc1b08..58ad83f539fa 100644
--- a/editors/openoffice.org-2.0/Makefile
+++ b/editors/openoffice.org-2.0/Makefile
@@ -35,7 +35,7 @@ NO_BUILD= yes
DIST_SUBDIR= staroffice52
WRKSRC= ${WRKDIR}/office52
TMPDIR= ${WRKDIR}/tmp
-ADEBAS= soa-5_2-ga-bin-linux-en.bin
+LD_PATH= ${TMPDIR}:${WRKSRC}:/compat/linux/lib:/compat/linux/usr/lib
.include <bsd.port.pre.mk>
@@ -96,24 +96,23 @@ do-install:
@ ${ECHO}
@ ${FALSE}
.else
-.if exists(/compat/linux/usr/local)
- @${LN} -fs /compat/linux/usr/local/office52 ${PREFIX}/office52
+.if exists(/compat/linux/${PREFIX})
+ @${LN} -fs /compat/linux/${PREFIX}/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
+ @-SAL_IGNOREXERRORS=1 TEMP=${TMPDIR} LD_LIBRARY_PATH=${LD_PATH} /compat/linux/bin/sh -c '${WRKSRC}/setup /net'
+ @if [ -f ${PREFIX}/office52/program/setup ]; then \
+ ${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} ; \
+ fi
.endif
post-install:
diff --git a/editors/openoffice.org-2/Makefile b/editors/openoffice.org-2/Makefile
index ff4ca8cc1b08..58ad83f539fa 100644
--- a/editors/openoffice.org-2/Makefile
+++ b/editors/openoffice.org-2/Makefile
@@ -35,7 +35,7 @@ NO_BUILD= yes
DIST_SUBDIR= staroffice52
WRKSRC= ${WRKDIR}/office52
TMPDIR= ${WRKDIR}/tmp
-ADEBAS= soa-5_2-ga-bin-linux-en.bin
+LD_PATH= ${TMPDIR}:${WRKSRC}:/compat/linux/lib:/compat/linux/usr/lib
.include <bsd.port.pre.mk>
@@ -96,24 +96,23 @@ do-install:
@ ${ECHO}
@ ${FALSE}
.else
-.if exists(/compat/linux/usr/local)
- @${LN} -fs /compat/linux/usr/local/office52 ${PREFIX}/office52
+.if exists(/compat/linux/${PREFIX})
+ @${LN} -fs /compat/linux/${PREFIX}/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
+ @-SAL_IGNOREXERRORS=1 TEMP=${TMPDIR} LD_LIBRARY_PATH=${LD_PATH} /compat/linux/bin/sh -c '${WRKSRC}/setup /net'
+ @if [ -f ${PREFIX}/office52/program/setup ]; then \
+ ${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} ; \
+ fi
.endif
post-install:
diff --git a/editors/openoffice.org-3-RC/Makefile b/editors/openoffice.org-3-RC/Makefile
index ff4ca8cc1b08..58ad83f539fa 100644
--- a/editors/openoffice.org-3-RC/Makefile
+++ b/editors/openoffice.org-3-RC/Makefile
@@ -35,7 +35,7 @@ NO_BUILD= yes
DIST_SUBDIR= staroffice52
WRKSRC= ${WRKDIR}/office52
TMPDIR= ${WRKDIR}/tmp
-ADEBAS= soa-5_2-ga-bin-linux-en.bin
+LD_PATH= ${TMPDIR}:${WRKSRC}:/compat/linux/lib:/compat/linux/usr/lib
.include <bsd.port.pre.mk>
@@ -96,24 +96,23 @@ do-install:
@ ${ECHO}
@ ${FALSE}
.else
-.if exists(/compat/linux/usr/local)
- @${LN} -fs /compat/linux/usr/local/office52 ${PREFIX}/office52
+.if exists(/compat/linux/${PREFIX})
+ @${LN} -fs /compat/linux/${PREFIX}/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
+ @-SAL_IGNOREXERRORS=1 TEMP=${TMPDIR} LD_LIBRARY_PATH=${LD_PATH} /compat/linux/bin/sh -c '${WRKSRC}/setup /net'
+ @if [ -f ${PREFIX}/office52/program/setup ]; then \
+ ${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} ; \
+ fi
.endif
post-install:
diff --git a/editors/openoffice.org-3-devel/Makefile b/editors/openoffice.org-3-devel/Makefile
index ff4ca8cc1b08..58ad83f539fa 100644
--- a/editors/openoffice.org-3-devel/Makefile
+++ b/editors/openoffice.org-3-devel/Makefile
@@ -35,7 +35,7 @@ NO_BUILD= yes
DIST_SUBDIR= staroffice52
WRKSRC= ${WRKDIR}/office52
TMPDIR= ${WRKDIR}/tmp
-ADEBAS= soa-5_2-ga-bin-linux-en.bin
+LD_PATH= ${TMPDIR}:${WRKSRC}:/compat/linux/lib:/compat/linux/usr/lib
.include <bsd.port.pre.mk>
@@ -96,24 +96,23 @@ do-install:
@ ${ECHO}
@ ${FALSE}
.else
-.if exists(/compat/linux/usr/local)
- @${LN} -fs /compat/linux/usr/local/office52 ${PREFIX}/office52
+.if exists(/compat/linux/${PREFIX})
+ @${LN} -fs /compat/linux/${PREFIX}/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
+ @-SAL_IGNOREXERRORS=1 TEMP=${TMPDIR} LD_LIBRARY_PATH=${LD_PATH} /compat/linux/bin/sh -c '${WRKSRC}/setup /net'
+ @if [ -f ${PREFIX}/office52/program/setup ]; then \
+ ${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} ; \
+ fi
.endif
post-install:
diff --git a/editors/openoffice.org-3/Makefile b/editors/openoffice.org-3/Makefile
index ff4ca8cc1b08..58ad83f539fa 100644
--- a/editors/openoffice.org-3/Makefile
+++ b/editors/openoffice.org-3/Makefile
@@ -35,7 +35,7 @@ NO_BUILD= yes
DIST_SUBDIR= staroffice52
WRKSRC= ${WRKDIR}/office52
TMPDIR= ${WRKDIR}/tmp
-ADEBAS= soa-5_2-ga-bin-linux-en.bin
+LD_PATH= ${TMPDIR}:${WRKSRC}:/compat/linux/lib:/compat/linux/usr/lib
.include <bsd.port.pre.mk>
@@ -96,24 +96,23 @@ do-install:
@ ${ECHO}
@ ${FALSE}
.else
-.if exists(/compat/linux/usr/local)
- @${LN} -fs /compat/linux/usr/local/office52 ${PREFIX}/office52
+.if exists(/compat/linux/${PREFIX})
+ @${LN} -fs /compat/linux/${PREFIX}/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
+ @-SAL_IGNOREXERRORS=1 TEMP=${TMPDIR} LD_LIBRARY_PATH=${LD_PATH} /compat/linux/bin/sh -c '${WRKSRC}/setup /net'
+ @if [ -f ${PREFIX}/office52/program/setup ]; then \
+ ${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} ; \
+ fi
.endif
post-install:
diff --git a/editors/openoffice.org-vcltesttool/Makefile b/editors/openoffice.org-vcltesttool/Makefile
index ff4ca8cc1b08..58ad83f539fa 100644
--- a/editors/openoffice.org-vcltesttool/Makefile
+++ b/editors/openoffice.org-vcltesttool/Makefile
@@ -35,7 +35,7 @@ NO_BUILD= yes
DIST_SUBDIR= staroffice52
WRKSRC= ${WRKDIR}/office52
TMPDIR= ${WRKDIR}/tmp
-ADEBAS= soa-5_2-ga-bin-linux-en.bin
+LD_PATH= ${TMPDIR}:${WRKSRC}:/compat/linux/lib:/compat/linux/usr/lib
.include <bsd.port.pre.mk>
@@ -96,24 +96,23 @@ do-install:
@ ${ECHO}
@ ${FALSE}
.else
-.if exists(/compat/linux/usr/local)
- @${LN} -fs /compat/linux/usr/local/office52 ${PREFIX}/office52
+.if exists(/compat/linux/${PREFIX})
+ @${LN} -fs /compat/linux/${PREFIX}/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
+ @-SAL_IGNOREXERRORS=1 TEMP=${TMPDIR} LD_LIBRARY_PATH=${LD_PATH} /compat/linux/bin/sh -c '${WRKSRC}/setup /net'
+ @if [ -f ${PREFIX}/office52/program/setup ]; then \
+ ${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} ; \
+ fi
.endif
post-install:
diff --git a/editors/openoffice/Makefile b/editors/openoffice/Makefile
index ff4ca8cc1b08..58ad83f539fa 100644
--- a/editors/openoffice/Makefile
+++ b/editors/openoffice/Makefile
@@ -35,7 +35,7 @@ NO_BUILD= yes
DIST_SUBDIR= staroffice52
WRKSRC= ${WRKDIR}/office52
TMPDIR= ${WRKDIR}/tmp
-ADEBAS= soa-5_2-ga-bin-linux-en.bin
+LD_PATH= ${TMPDIR}:${WRKSRC}:/compat/linux/lib:/compat/linux/usr/lib
.include <bsd.port.pre.mk>
@@ -96,24 +96,23 @@ do-install:
@ ${ECHO}
@ ${FALSE}
.else
-.if exists(/compat/linux/usr/local)
- @${LN} -fs /compat/linux/usr/local/office52 ${PREFIX}/office52
+.if exists(/compat/linux/${PREFIX})
+ @${LN} -fs /compat/linux/${PREFIX}/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
+ @-SAL_IGNOREXERRORS=1 TEMP=${TMPDIR} LD_LIBRARY_PATH=${LD_PATH} /compat/linux/bin/sh -c '${WRKSRC}/setup /net'
+ @if [ -f ${PREFIX}/office52/program/setup ]; then \
+ ${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} ; \
+ fi
.endif
post-install:
diff --git a/editors/staroffice52/Makefile b/editors/staroffice52/Makefile
index ff4ca8cc1b08..58ad83f539fa 100644
--- a/editors/staroffice52/Makefile
+++ b/editors/staroffice52/Makefile
@@ -35,7 +35,7 @@ NO_BUILD= yes
DIST_SUBDIR= staroffice52
WRKSRC= ${WRKDIR}/office52
TMPDIR= ${WRKDIR}/tmp
-ADEBAS= soa-5_2-ga-bin-linux-en.bin
+LD_PATH= ${TMPDIR}:${WRKSRC}:/compat/linux/lib:/compat/linux/usr/lib
.include <bsd.port.pre.mk>
@@ -96,24 +96,23 @@ do-install:
@ ${ECHO}
@ ${FALSE}
.else
-.if exists(/compat/linux/usr/local)
- @${LN} -fs /compat/linux/usr/local/office52 ${PREFIX}/office52
+.if exists(/compat/linux/${PREFIX})
+ @${LN} -fs /compat/linux/${PREFIX}/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
+ @-SAL_IGNOREXERRORS=1 TEMP=${TMPDIR} LD_LIBRARY_PATH=${LD_PATH} /compat/linux/bin/sh -c '${WRKSRC}/setup /net'
+ @if [ -f ${PREFIX}/office52/program/setup ]; then \
+ ${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} ; \
+ fi
.endif
post-install:
diff --git a/editors/staroffice60/Makefile b/editors/staroffice60/Makefile
index ff4ca8cc1b08..58ad83f539fa 100644
--- a/editors/staroffice60/Makefile
+++ b/editors/staroffice60/Makefile
@@ -35,7 +35,7 @@ NO_BUILD= yes
DIST_SUBDIR= staroffice52
WRKSRC= ${WRKDIR}/office52
TMPDIR= ${WRKDIR}/tmp
-ADEBAS= soa-5_2-ga-bin-linux-en.bin
+LD_PATH= ${TMPDIR}:${WRKSRC}:/compat/linux/lib:/compat/linux/usr/lib
.include <bsd.port.pre.mk>
@@ -96,24 +96,23 @@ do-install:
@ ${ECHO}
@ ${FALSE}
.else
-.if exists(/compat/linux/usr/local)
- @${LN} -fs /compat/linux/usr/local/office52 ${PREFIX}/office52
+.if exists(/compat/linux/${PREFIX})
+ @${LN} -fs /compat/linux/${PREFIX}/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
+ @-SAL_IGNOREXERRORS=1 TEMP=${TMPDIR} LD_LIBRARY_PATH=${LD_PATH} /compat/linux/bin/sh -c '${WRKSRC}/setup /net'
+ @if [ -f ${PREFIX}/office52/program/setup ]; then \
+ ${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} ; \
+ fi
.endif
post-install:
diff --git a/editors/staroffice70/Makefile b/editors/staroffice70/Makefile
index ff4ca8cc1b08..58ad83f539fa 100644
--- a/editors/staroffice70/Makefile
+++ b/editors/staroffice70/Makefile
@@ -35,7 +35,7 @@ NO_BUILD= yes
DIST_SUBDIR= staroffice52
WRKSRC= ${WRKDIR}/office52
TMPDIR= ${WRKDIR}/tmp
-ADEBAS= soa-5_2-ga-bin-linux-en.bin
+LD_PATH= ${TMPDIR}:${WRKSRC}:/compat/linux/lib:/compat/linux/usr/lib
.include <bsd.port.pre.mk>
@@ -96,24 +96,23 @@ do-install:
@ ${ECHO}
@ ${FALSE}
.else
-.if exists(/compat/linux/usr/local)
- @${LN} -fs /compat/linux/usr/local/office52 ${PREFIX}/office52
+.if exists(/compat/linux/${PREFIX})
+ @${LN} -fs /compat/linux/${PREFIX}/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
+ @-SAL_IGNOREXERRORS=1 TEMP=${TMPDIR} LD_LIBRARY_PATH=${LD_PATH} /compat/linux/bin/sh -c '${WRKSRC}/setup /net'
+ @if [ -f ${PREFIX}/office52/program/setup ]; then \
+ ${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} ; \
+ fi
.endif
post-install:
diff --git a/german/staroffice52/Makefile b/german/staroffice52/Makefile
index c185b5d62ee2..6a62c7ceec5b 100644
--- a/german/staroffice52/Makefile
+++ b/german/staroffice52/Makefile
@@ -30,7 +30,7 @@ NO_BUILD= yes
DIST_SUBDIR= staroffice52
WRKSRC= ${WRKDIR}/office52
TMPDIR= ${WRKDIR}/tmp
-ADEBAS= soa-5_2-ga-bin-linux-de.bin
+LD_PATH= ${TMPDIR}:${WRKSRC}:/compat/linux/lib:/compat/linux/usr/lib
.include <bsd.port.pre.mk>
@@ -91,16 +91,23 @@ do-install:
@ ${ECHO}
@ ${FALSE}
.else
-.if exists(/compat/linux/usr/local)
- @${LN} -fs /compat/linux/usr/local/office52 ${PREFIX}/office52
+if exists(/compat/linux/${PREFIX})
+ @${LN} -fs /compat/linux/${PREFIX}/office52 ${PREFIX}/office52
.endif
@${CAT} ${PKGDIR}/MESSAGE
- @-SAL_IGNOREXERRORS=1 TEMP=${TMPDIR} /compat/linux/bin/sh -c '${WRKSRC}/setup /net'
- @ ${ECHO}
- @ ${ECHO} Ignorieren Sie die Fehlermeldung. StarOffice5.2 wurde erfolgreich
- @ ${ECHO} auf Ihrem System installiert.
- @ ${ECHO}
-.endif
+ @-SAL_IGNOREXERRORS=1 TEMP=${TMPDIR} LD_LIBRARY_PATH=${LD_PATH} /compat/linux/bin/sh -c '${WRKSRC}/setup /net'
+ @if [ -f ${PREFIX}/office52/program/setup ]; then \
+ ${ECHO} ; \
+ ${ECHO} Ignorieren Sie die Fehlermeldung. StarOffice5.2 wurde erfolgreich ; \
+ ${ECHO} auf Ihrem System installiert. ; \
+ ${ECHO} ; \
+ .else \
+ ${ECHO} ; \
+ ${ECHO} Während Ihrer StarOffice5.2 Installation ist ein Fehler aufgetreten. ; \
+ ${ECHO} Bitte schicken Sie ein Mail mit dem Fehlerbeschrieb an mb@imp.ch. Danke ; \
+ ${ECHO} ; \
+ ${FALSE} ; \
+ .endif
post-install:
@${PATCH} -s ${PREFIX}/office52/program/setup ${FILESDIR}/setup.patch
diff --git a/german/staroffice70/Makefile b/german/staroffice70/Makefile
index ff4ca8cc1b08..58ad83f539fa 100644
--- a/german/staroffice70/Makefile
+++ b/german/staroffice70/Makefile
@@ -35,7 +35,7 @@ NO_BUILD= yes
DIST_SUBDIR= staroffice52
WRKSRC= ${WRKDIR}/office52
TMPDIR= ${WRKDIR}/tmp
-ADEBAS= soa-5_2-ga-bin-linux-en.bin
+LD_PATH= ${TMPDIR}:${WRKSRC}:/compat/linux/lib:/compat/linux/usr/lib
.include <bsd.port.pre.mk>
@@ -96,24 +96,23 @@ do-install:
@ ${ECHO}
@ ${FALSE}
.else
-.if exists(/compat/linux/usr/local)
- @${LN} -fs /compat/linux/usr/local/office52 ${PREFIX}/office52
+.if exists(/compat/linux/${PREFIX})
+ @${LN} -fs /compat/linux/${PREFIX}/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
+ @-SAL_IGNOREXERRORS=1 TEMP=${TMPDIR} LD_LIBRARY_PATH=${LD_PATH} /compat/linux/bin/sh -c '${WRKSRC}/setup /net'
+ @if [ -f ${PREFIX}/office52/program/setup ]; then \
+ ${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} ; \
+ fi
.endif
post-install: