diff options
author | Martin Blapp <mbr@FreeBSD.org> | 2002-05-19 20:26:47 +0000 |
---|---|---|
committer | Martin Blapp <mbr@FreeBSD.org> | 2002-05-19 20:26:47 +0000 |
commit | 295782276ee9ef6cc5235c9169743d0136a5e662 (patch) | |
tree | 77deca16beb41477be5edb57cea8ef6364c03eb8 /editors | |
parent | Change 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')
-rw-r--r-- | editors/openoffice-1.0/Makefile | 4 | ||||
-rw-r--r-- | editors/openoffice.org-1.0/Makefile | 4 | ||||
-rw-r--r-- | editors/openoffice/Makefile | 4 |
3 files changed, 12 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> diff --git a/editors/openoffice.org-1.0/Makefile b/editors/openoffice.org-1.0/Makefile index 4a492937eab7..4c15cd73da0f 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> 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> |