diff options
author | Maho Nakata <maho@FreeBSD.org> | 2010-11-17 00:36:34 +0000 |
---|---|---|
committer | Maho Nakata <maho@FreeBSD.org> | 2010-11-17 00:36:34 +0000 |
commit | 10dfff4a098089cc5179fc8d7d6fc01dbcef2ed7 (patch) | |
tree | bcefcb8cd19e2ea4a830f3c360be49ded61e8788 /editors/openoffice.org-3-devel/Makefile | |
parent | 98032bb9eb45d41bc9e3bbd0002762d92af0cb7f (diff) |
Notes
Diffstat (limited to 'editors/openoffice.org-3-devel/Makefile')
-rw-r--r-- | editors/openoffice.org-3-devel/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/openoffice.org-3-devel/Makefile b/editors/openoffice.org-3-devel/Makefile index 46c47451166d..1f096eecfd9f 100644 --- a/editors/openoffice.org-3-devel/Makefile +++ b/editors/openoffice.org-3-devel/Makefile @@ -79,11 +79,11 @@ FREEBSD_ENV_SET= FreeBSDAMDEnv.Set.sh FREEBSD_ENV_SET= FreeBSDX86Env.Set.sh .endif -MILESTONE?= 92 +MILESTONE?= 93 OOOTAG?= DEV300_m${MILESTONE} OOOSRC?= OOo_${OOOTAG}_source${EXTRACT_SUFX} OOODIR= openoffice.org3 -SNAPDATE= 20101105 +SNAPDATE= 20101116 INSTALLATION_BASEDIR?= openoffice.org-${OOOTAG} EXECBASE?= openoffice.org-${OOOTAG} DIST_SUBDIR= openoffice.org3 |