aboutsummaryrefslogtreecommitdiff
path: root/editors/staroffice70/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'editors/staroffice70/Makefile')
-rw-r--r--editors/staroffice70/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/editors/staroffice70/Makefile b/editors/staroffice70/Makefile
index 9106d0128fa7..3cb79edc0286 100644
--- a/editors/staroffice70/Makefile
+++ b/editors/staroffice70/Makefile
@@ -149,6 +149,7 @@ post-install:
< ${INSTDB.INS}.orig > ${INSTDB.INS}
install-user:
- ${PREFIX}/office52/program/setup
+ @-SAL_IGNOREXERRORS=1 PATH="/bin:${PATH}" ${LINUXBASE}/bin/sh -c \
+ ${PREFIX}/office52/program/setup
.include <bsd.port.post.mk>