diff options
author | Maho Nakata <maho@FreeBSD.org> | 2008-01-29 12:05:44 +0000 |
---|---|---|
committer | Maho Nakata <maho@FreeBSD.org> | 2008-01-29 12:05:44 +0000 |
commit | 675cd502298c1ab89d907dfa13c0b3a139dc7240 (patch) | |
tree | bf48944268ea4ac64d90400156bf95450f486d49 /editors/openoffice.org-2-RC/Makefile | |
parent | 916579f8a190243a84559d51bc085cee678c597c (diff) |
Notes
Diffstat (limited to 'editors/openoffice.org-2-RC/Makefile')
-rw-r--r-- | editors/openoffice.org-2-RC/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/openoffice.org-2-RC/Makefile b/editors/openoffice.org-2-RC/Makefile index c7128477b6f6..83ea599c90ab 100644 --- a/editors/openoffice.org-2-RC/Makefile +++ b/editors/openoffice.org-2-RC/Makefile @@ -71,10 +71,10 @@ FREEBSD_ENV_SET= FreeBSDX86Env.Set .endif CODELINE= 680 -MILESTONE?= 4 +MILESTONE?= 5 OOOTAG?= OOH680_m${MILESTONE} OOOSRC?= OOo_${OOOTAG}_source${EXTRACT_SUFX} -SNAPDATE= 20080123 +SNAPDATE= 20080129 INSTALLATION_BASEDIR?= openoffice.org-${OOOTAG} EXECBASE?= openoffice.org-${OOOTAG} .if defined(WITH_CWS) |