diff options
author | mbr <mbr@FreeBSD.org> | 2002-05-20 04:26:47 +0800 |
---|---|---|
committer | mbr <mbr@FreeBSD.org> | 2002-05-20 04:26:47 +0800 |
commit | fb79f464971aa93166afa8aaa0ee6ed91ffe6353 (patch) | |
tree | 519b4a2db2ccad2c793051f0576a8ad3f7223b17 /editors/openoffice.org-1.0 | |
parent | c614ac1cf45267564baa9773e695c556fba17736 (diff) | |
download | freebsd-ports-graphics-fb79f464971aa93166afa8aaa0ee6ed91ffe6353.tar.gz freebsd-ports-graphics-fb79f464971aa93166afa8aaa0ee6ed91ffe6353.tar.zst freebsd-ports-graphics-fb79f464971aa93166afa8aaa0ee6ed91ffe6353.zip |
Add install-user target.
Diffstat (limited to 'editors/openoffice.org-1.0')
-rw-r--r-- | editors/openoffice.org-1.0/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/editors/openoffice.org-1.0/Makefile b/editors/openoffice.org-1.0/Makefile index 4a492937eab..4c15cd73da0 100644 --- a/editors/openoffice.org-1.0/Makefile +++ b/editors/openoffice.org-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> |