summaryrefslogtreecommitdiffstats
path: root/german/staroffice70
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2001-03-02 00:27:40 +0000
committerjhb <jhb@FreeBSD.org>2001-03-02 00:27:40 +0000
commite56bde34481a4a1484c99e48c4cd7a43d1b9061c (patch)
tree529a96448f6b708d7113bf26316c10f19dc42272 /german/staroffice70
parent3bc8bcb49fc0f76d6c3cf839592002fe52ec8f66 (diff)
downloadFreeBSD-ports-e56bde34481a4a1484c99e48c4cd7a43d1b9061c.zip
FreeBSD-ports-e56bde34481a4a1484c99e48c4cd7a43d1b9061c.tar.gz
Ensure that /bin is at the head of the path when running the setup program
so that we get the right uname binary. PR: 24049, 25231, 25443, 25458 Submitted by: Martin Blapp <mb@imp.ch>
Diffstat (limited to 'german/staroffice70')
-rw-r--r--german/staroffice70/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/german/staroffice70/Makefile b/german/staroffice70/Makefile
index 9d49136..9106d01 100644
--- a/german/staroffice70/Makefile
+++ b/german/staroffice70/Makefile
@@ -120,7 +120,7 @@ do-install:
@ ${LN} -fs ${LINUXBASE}/${PREFIX}/office52 ${PREFIX}/office52
.endif
@${CAT} ${PKGMESSAGE}
- @-SAL_IGNOREXERRORS=1 TEMP=${TMPDIR} LD_LIBRARY_PATH=${LD_PATH} ${LINUXBASE}/bin/sh -c '${WRKSRC}/setup /net'
+ @-SAL_IGNOREXERRORS=1 PATH="/bin:${PATH}" TEMP=${TMPDIR} LD_LIBRARY_PATH=${LD_PATH} ${LINUXBASE}/bin/sh -c '${WRKSRC}/setup /net'
@if [ -f ${PREFIX}/office52/program/setup ]; then \
${ECHO} ; \
${ECHO} Ignore the error-message. StarOffice5.2 has been installed ; \
OpenPOWER on IntegriCloud