aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2001-03-02 08:50:43 +0800
committerjhb <jhb@FreeBSD.org>2001-03-02 08:50:43 +0800
commite751cef452504b1444c1169b42ff914290cdcdf1 (patch)
treecddbab0347b48450c3e3d03ef42ef936d0695ba6
parente56bde34481a4a1484c99e48c4cd7a43d1b9061c (diff)
downloadfreebsd-ports-gnome-e751cef452504b1444c1169b42ff914290cdcdf1.tar.gz
freebsd-ports-gnome-e751cef452504b1444c1169b42ff914290cdcdf1.tar.zst
freebsd-ports-gnome-e751cef452504b1444c1169b42ff914290cdcdf1.zip
The path needs to be dinked with for the install-user target as well.
Submitted by: Martin Blapp <mb@imp.ch>
-rw-r--r--editors/staroffice52/Makefile3
-rw-r--r--editors/staroffice60/Makefile3
-rw-r--r--editors/staroffice70/Makefile3
-rw-r--r--french/staroffice52/Makefile3
-rw-r--r--german/staroffice52/Makefile3
-rw-r--r--german/staroffice70/Makefile3
6 files changed, 12 insertions, 6 deletions
diff --git a/editors/staroffice52/Makefile b/editors/staroffice52/Makefile
index 9106d0128fa7..3cb79edc0286 100644
--- a/editors/staroffice52/Makefile
+++ b/editors/staroffice52/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>
diff --git a/editors/staroffice60/Makefile b/editors/staroffice60/Makefile
index 9106d0128fa7..3cb79edc0286 100644
--- a/editors/staroffice60/Makefile
+++ b/editors/staroffice60/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>
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>
diff --git a/french/staroffice52/Makefile b/french/staroffice52/Makefile
index 034e6434d72b..75b4c7602c82 100644
--- a/french/staroffice52/Makefile
+++ b/french/staroffice52/Makefile
@@ -144,6 +144,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>
diff --git a/german/staroffice52/Makefile b/german/staroffice52/Makefile
index 88308b990768..fc338853a1fe 100644
--- a/german/staroffice52/Makefile
+++ b/german/staroffice52/Makefile
@@ -143,6 +143,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>
diff --git a/german/staroffice70/Makefile b/german/staroffice70/Makefile
index 9106d0128fa7..3cb79edc0286 100644
--- a/german/staroffice70/Makefile
+++ b/german/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>