diff options
author | maho <maho@FreeBSD.org> | 2005-05-26 17:32:37 +0800 |
---|---|---|
committer | maho <maho@FreeBSD.org> | 2005-05-26 17:32:37 +0800 |
commit | 6f605da4b75609560c9a53c73e24d52af0cff01c (patch) | |
tree | 890ad1a2d329e00ec4eafb8f846cb92de99e35b7 /editors/openoffice-1.1 | |
parent | 1ba0219e7670f719b0ea44e017cf228a18338c7d (diff) | |
download | freebsd-ports-gnome-6f605da4b75609560c9a53c73e24d52af0cff01c.tar.gz freebsd-ports-gnome-6f605da4b75609560c9a53c73e24d52af0cff01c.tar.zst freebsd-ports-gnome-6f605da4b75609560c9a53c73e24d52af0cff01c.zip |
instsetoo_native -> instsetoo to work parallel build correctly
Diffstat (limited to 'editors/openoffice-1.1')
-rw-r--r-- | editors/openoffice-1.1/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/openoffice-1.1/Makefile b/editors/openoffice-1.1/Makefile index eef3c1cec77a..91bae115fc43 100644 --- a/editors/openoffice-1.1/Makefile +++ b/editors/openoffice-1.1/Makefile @@ -210,7 +210,7 @@ do-build: ${X11BASE}/bin/Xvfb :1001 -screen 0 800x600x24 > /dev/null 2>&1 & ${ECHO} $$! > ${WRKDIR}/.Xvfb.pid @sleep 5 .if (${NUMOFPROCESSES}>1) - @cd ${WRKSRC} ; DISPLAY=${DISPLAYHACK} ; ${TCSH} -c "source FreeBSDEnv.Set ; cd instsetoo_native ; build.pl -P${NUMOFPROCESSES} --all" + @cd ${WRKSRC} ; DISPLAY=${DISPLAYHACK} ; ${TCSH} -c "source FreeBSDEnv.Set ; cd instsetoo ; build.pl -P${NUMOFPROCESSES} --all" .else cd ${WRKSRC} ; DISPLAY=${DISPLAYHACK} ; ${TCSH} -c "source FreeBSDEnv.Set ; dmake" .endif @@ -218,7 +218,7 @@ do-build: @${RM} -f ${WRKDIR}/.Xvfb.pid .else .if (${NUMOFPROCESSES}>1) - @cd ${WRKSRC} ; DISPLAY=${DISPLAY} ; ${TCSH} -c "source FreeBSDEnv.Set ; cd instsetoo_native ; build.pl -P${NUMOFPROCESSES} --all" + @cd ${WRKSRC} ; DISPLAY=${DISPLAY} ; ${TCSH} -c "source FreeBSDEnv.Set ; cd instsetoo ; build.pl -P${NUMOFPROCESSES} --all" .else @cd ${WRKSRC} ; DISPLAY=${DISPLAY} ; ${TCSH} -c "source FreeBSDEnv.Set ; dmake" .endif |