diff options
author | Maho Nakata <maho@FreeBSD.org> | 2007-12-15 10:11:14 +0000 |
---|---|---|
committer | Maho Nakata <maho@FreeBSD.org> | 2007-12-15 10:11:14 +0000 |
commit | c53a61862026f8fc2386290bb1f05c5bb13aea83 (patch) | |
tree | c3d92588e0642ed4f7ad6460396a75531ae67e5c /editors/openoffice.org-vcltesttool/Makefile | |
parent | f163af0592960a76126e5bc05482c07a6ad26a3f (diff) | |
download | ports-c53a61862026f8fc2386290bb1f05c5bb13aea83.tar.gz ports-c53a61862026f8fc2386290bb1f05c5bb13aea83.zip |
Update to SRC680_m239.
Notes
Notes:
svn path=/head/; revision=203717
Diffstat (limited to 'editors/openoffice.org-vcltesttool/Makefile')
-rw-r--r-- | editors/openoffice.org-vcltesttool/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/editors/openoffice.org-vcltesttool/Makefile b/editors/openoffice.org-vcltesttool/Makefile index ec20c61bbe81..2c29249e2445 100644 --- a/editors/openoffice.org-vcltesttool/Makefile +++ b/editors/openoffice.org-vcltesttool/Makefile @@ -71,10 +71,10 @@ FREEBSD_ENV_SET= FreeBSDX86Env.Set .endif CODELINE= 680 -MILESTONE?= 234 +MILESTONE?= 239 OOOTAG?= SRC680_m${MILESTONE} OOOSRC?= OOo_${OOOTAG}_source${EXTRACT_SUFX} -SNAPDATE= 20071018 +SNAPDATE= 20071213 INSTALLATION_BASEDIR?= openoffice.org-${OOOTAG} EXECBASE?= openoffice.org-${OOOTAG} .if defined(WITH_CWS) @@ -190,9 +190,9 @@ do-build: @cd ${WRKSRC} ; ./bootstrap # PR:84786 #i53289# .if (${NUMOFPROCESSES}>1) - @cd ${WRKSRC} ; ${SETENV} "LANG=C" "LC_ALL=C" ${TCSH} -c "source ${FREEBSD_ENV_SET} ; cd instsetoo_native ; build.pl -P${NUMOFPROCESSES} --all" + @cd ${WRKSRC} ; ${SETENV} "LANG=C" "LC_ALL=C" ${TCSH} -c "source ${FREEBSD_ENV_SET} ; setenv TMP ${WRKSRC} ; cd instsetoo_native ; build.pl -P${NUMOFPROCESSES} --all" .else - @cd ${WRKSRC} ; ${SETENV} "LANG=C" "LC_ALL=C" ${TCSH} -c "source ${FREEBSD_ENV_SET} ; dmake" + @cd ${WRKSRC} ; ${SETENV} "LANG=C" "LC_ALL=C" ${TCSH} -c "source ${FREEBSD_ENV_SET} ; setenv TMP ${WRKSRC} ; dmake" .endif .if ${LOCALIZED_LANG} == "all" @${MAKE} languagepack |