Add install-user target.

This commit is contained in:
Martin Blapp 2002-05-19 20:26:47 +00:00
parent fcaa518c5d
commit 295782276e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=59484
3 changed files with 12 additions and 0 deletions

View File

@ -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>

View File

@ -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>

View File

@ -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>