diff options
author | Maho Nakata <maho@FreeBSD.org> | 2011-01-22 02:38:32 +0000 |
---|---|---|
committer | Maho Nakata <maho@FreeBSD.org> | 2011-01-22 02:38:32 +0000 |
commit | 7a7ddca995dc473c678b2bf257a3f4a1fc9357bb (patch) | |
tree | 0850ae558f48d545ec21af013b383934dc3a9b08 /editors/openoffice.org-3-RC/Makefile | |
parent | e972c74737c41d6c9a08983772ad23bc407ea3ae (diff) |
Notes
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 e2e4edbe8bde..9090f3d3e5cf 100644 --- a/editors/openoffice.org-3-RC/Makefile +++ b/editors/openoffice.org-3-RC/Makefile @@ -72,12 +72,12 @@ FREEBSD_ENV_SET= FreeBSDAMDEnv.Set.sh FREEBSD_ENV_SET= FreeBSDX86Env.Set.sh .endif -MILESTONE?= 19 +MILESTONE?= 20 OOOTAG?= OOO330_m${MILESTONE} OOOTAG2= ${OOOTAG:C/_//g} OOOSRC?= OOo_${OOOTAG}_source${EXTRACT_SUFX} OOODIR= openoffice.org3 -SNAPDATE= 20110109 +SNAPDATE= 20110121 INSTALLATION_BASEDIR?= openoffice.org-${OOOTAG} EXECBASE?= openoffice.org-${OOOTAG} DIST_SUBDIR= openoffice.org3 |