diff options
author | John Baldwin <jhb@FreeBSD.org> | 2001-03-02 00:50:43 +0000 |
---|---|---|
committer | John Baldwin <jhb@FreeBSD.org> | 2001-03-02 00:50:43 +0000 |
commit | 0d716663cd81c9cb797cc390b8a344dc5e456716 (patch) | |
tree | 01c1d44d3b6ca0f3274c772d5940280a1f8d3460 /german | |
parent | a849609e9377bbf53f4c4d74b72a5808de51faa0 (diff) | |
download | ports-0d716663cd81c9cb797cc390b8a344dc5e456716.tar.gz ports-0d716663cd81c9cb797cc390b8a344dc5e456716.zip |
The path needs to be dinked with for the install-user target as well.
Submitted by: Martin Blapp <mb@imp.ch>
Notes
Notes:
svn path=/head/; revision=38947
Diffstat (limited to 'german')
-rw-r--r-- | german/staroffice52/Makefile | 3 | ||||
-rw-r--r-- | german/staroffice70/Makefile | 3 |
2 files changed, 4 insertions, 2 deletions
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> |