diff options
author | Maho Nakata <maho@FreeBSD.org> | 2008-02-23 06:17:15 +0000 |
---|---|---|
committer | Maho Nakata <maho@FreeBSD.org> | 2008-02-23 06:17:15 +0000 |
commit | 98d5c26b72754e40bd7e92e6af15ba0bdb279047 (patch) | |
tree | bfdf20638329dedd67d4aebb05dc2302b26c5f21 /editors/openoffice.org-3-devel/Makefile | |
parent | 3dc2da5b177b756807687c15a7ec7eb080d85c6b (diff) |
Notes
Diffstat (limited to 'editors/openoffice.org-3-devel/Makefile')
-rw-r--r-- | editors/openoffice.org-3-devel/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/editors/openoffice.org-3-devel/Makefile b/editors/openoffice.org-3-devel/Makefile index d56355fe1738..94b3ba8cfebc 100644 --- a/editors/openoffice.org-3-devel/Makefile +++ b/editors/openoffice.org-3-devel/Makefile @@ -71,10 +71,10 @@ FREEBSD_ENV_SET= FreeBSDX86Env.Set .endif CODELINE= 680 -MILESTONE?= 248 -OOOTAG?= SRC680_m${MILESTONE} +MILESTONE?= 0 +OOOTAG?= DEV300_m${MILESTONE} OOOSRC?= OOo_${OOOTAG}_source${EXTRACT_SUFX} -SNAPDATE= 20080223 +SNAPDATE= 20080224 INSTALLATION_BASEDIR?= openoffice.org-${OOOTAG} EXECBASE?= openoffice.org-${OOOTAG} .if defined(WITH_CWS) |