diff options
Diffstat (limited to 'editors/openoffice-1.0')
-rw-r--r-- | editors/openoffice-1.0/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/editors/openoffice-1.0/Makefile b/editors/openoffice-1.0/Makefile index 4a492937eab7..4c15cd73da0f 100644 --- a/editors/openoffice-1.0/Makefile +++ b/editors/openoffice-1.0/Makefile @@ -147,4 +147,8 @@ do-install: TEMP=${WRKDIR} DISPLAY=${DISPLAY} \ ${WRKSRC}/../instsetoo/*.pro/01/normal/setup -r:oo_setup.resp +install-user: + @-SAL_IGNOREXERRORS=1 PATH="/bin:${PATH}" \ + ${PREFIX}/OpenOffice.org1.0/program/setup + .include <bsd.port.post.mk> |