diff options
author | Maho Nakata <maho@FreeBSD.org> | 2010-10-02 01:21:57 +0000 |
---|---|---|
committer | Maho Nakata <maho@FreeBSD.org> | 2010-10-02 01:21:57 +0000 |
commit | 7be681f1b8effc37b79f0e23599ddd7464b7f987 (patch) | |
tree | 40916437dc919074c7d0ade349fa34c2ff27dade /editors/openoffice.org-3-RC/Makefile | |
parent | 99061cd985d0778686b9c44fa7ac60fd21bd3688 (diff) |
Update to OOO330_m9.
Funded by: OpenOffice.org community
Notes
Notes:
svn path=/head/; revision=262295
Diffstat (limited to 'editors/openoffice.org-3-RC/Makefile')
-rw-r--r-- | editors/openoffice.org-3-RC/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/openoffice.org-3-RC/Makefile b/editors/openoffice.org-3-RC/Makefile index 0f7cb6fced9e..3cd6299947fd 100644 --- a/editors/openoffice.org-3-RC/Makefile +++ b/editors/openoffice.org-3-RC/Makefile @@ -72,11 +72,11 @@ FREEBSD_ENV_SET= FreeBSDAMDEnv.Set.sh FREEBSD_ENV_SET= FreeBSDX86Env.Set.sh .endif -MILESTONE?= 8 +MILESTONE?= 9 OOOTAG?= OOO330_m${MILESTONE} OOOSRC?= OOo_${OOOTAG}_source${EXTRACT_SUFX} OOODIR= openoffice.org3 -SNAPDATE= 20100917 +SNAPDATE= 20101002 INSTALLATION_BASEDIR?= openoffice.org-${OOOTAG} EXECBASE?= openoffice.org-${OOOTAG} DIST_SUBDIR= openoffice.org3 |