summaryrefslogtreecommitdiff
path: root/editors/openoffice/Makefile
diff options
context:
space:
mode:
authorMartin Blapp <mbr@FreeBSD.org>2002-05-19 20:26:47 +0000
committerMartin Blapp <mbr@FreeBSD.org>2002-05-19 20:26:47 +0000
commit295782276ee9ef6cc5235c9169743d0136a5e662 (patch)
tree77deca16beb41477be5edb57cea8ef6364c03eb8 /editors/openoffice/Makefile
parentChange SO version in oo_setup.resp. Call sed directly. (diff)
Add install-user target.
Notes
Notes: svn path=/head/; revision=59484
Diffstat (limited to 'editors/openoffice/Makefile')
-rw-r--r--editors/openoffice/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/editors/openoffice/Makefile b/editors/openoffice/Makefile
index 4a492937eab7..4c15cd73da0f 100644
--- a/editors/openoffice/Makefile
+++ b/editors/openoffice/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>