diff options
author | Maho Nakata <maho@FreeBSD.org> | 2010-10-16 03:47:53 +0000 |
---|---|---|
committer | Maho Nakata <maho@FreeBSD.org> | 2010-10-16 03:47:53 +0000 |
commit | 126a1de8576d7007479c3009b6d6015e3da9207a (patch) | |
tree | f858f46616e66c67d87e60e634ed8dcdf9327a70 /editors/openoffice.org-3-RC/Makefile | |
parent | ce030bd7227353b4d3d9db16b20c984672f729a1 (diff) |
update to OOO330_m10.
Funded by: OpenOffice.org community
Notes
Notes:
svn path=/head/; revision=263073
Diffstat (limited to 'editors/openoffice.org-3-RC/Makefile')
-rw-r--r-- | editors/openoffice.org-3-RC/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/editors/openoffice.org-3-RC/Makefile b/editors/openoffice.org-3-RC/Makefile index 3cd6299947fd..7f1fa1384270 100644 --- a/editors/openoffice.org-3-RC/Makefile +++ b/editors/openoffice.org-3-RC/Makefile @@ -22,7 +22,7 @@ CONFLICTS= cppunit* EXTRATC_ONLY?= ${OOOSRC} ${OOOEXTSRC} -OOOEXTSRC= ext_sources.20100912.tar.bz2:extsrc +OOOEXTSRC= ext_sources.20101009.tar.bz2:extsrc NO_LATEST_LINK= yes @@ -72,11 +72,11 @@ FREEBSD_ENV_SET= FreeBSDAMDEnv.Set.sh FREEBSD_ENV_SET= FreeBSDX86Env.Set.sh .endif -MILESTONE?= 9 +MILESTONE?= 10 OOOTAG?= OOO330_m${MILESTONE} OOOSRC?= OOo_${OOOTAG}_source${EXTRACT_SUFX} OOODIR= openoffice.org3 -SNAPDATE= 20101002 +SNAPDATE= 20101016 INSTALLATION_BASEDIR?= openoffice.org-${OOOTAG} EXECBASE?= openoffice.org-${OOOTAG} DIST_SUBDIR= openoffice.org3 |