diff options
author | Maho Nakata <maho@FreeBSD.org> | 2007-05-25 22:53:43 +0000 |
---|---|---|
committer | Maho Nakata <maho@FreeBSD.org> | 2007-05-25 22:53:43 +0000 |
commit | 1b5e4219c7d67b1f1a7467e147099c16cd030d70 (patch) | |
tree | b41d7401caf3e5337615df21d125dd4555de9fd8 /editors/openoffice.org-2-RC/Makefile | |
parent | 5697e301a871c24ad2b1f4800438b40a159de53a (diff) |
* Update to OOF680_m17, aka 2.2.1rc2.
* change DIST_SUBDIR to openoffice.org2 [1].
Submitted by: jkim [1]
Notes
Notes:
svn path=/head/; revision=191860
Diffstat (limited to 'editors/openoffice.org-2-RC/Makefile')
-rw-r--r-- | editors/openoffice.org-2-RC/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/editors/openoffice.org-2-RC/Makefile b/editors/openoffice.org-2-RC/Makefile index d8222e2b0351..404a75800d36 100644 --- a/editors/openoffice.org-2-RC/Makefile +++ b/editors/openoffice.org-2-RC/Makefile @@ -7,7 +7,6 @@ PORTNAME?= openoffice.org PORTVERSION?= 2.2.${SNAPDATE} -PORTREVISION= 1 CATEGORIES+= editors java MASTER_SITES+= http://openoffice.lunarshells.com/sources/ \ http://ooopackages.good-day.net/pub/OpenOffice.org/sources/ \ @@ -74,17 +73,17 @@ FREEBSD_ENV_SET= FreeBSDX86Env.Set .endif CODELINE= 680 -MILESTONE?= 15 +MILESTONE?= 17 OOOTAG?= OOF680_m${MILESTONE} OOOSRC?= OOo_${OOOTAG}_source${EXTRACT_SUFX} -SNAPDATE= 20070414 +SNAPDATE= 20070522 INSTALLATION_BASEDIR?= openoffice.org-${OOOTAG} EXECBASE?= openoffice.org-${OOOTAG} .if defined(WITH_CWS) INSTALLATION_BASEDIR= openoffice.org-${OOOTAG}-${WITH_CWS} EXECBASE= openoffice.org-${OOOTAG}-${WITH_CWS} .endif -DIST_SUBDIR= openoffice.org2.0 +DIST_SUBDIR= openoffice.org2 SIMPLEOSVER= ${OSREL:C/\.//g} .if ${ARCH} == amd64 PACKAGE_BASENAME= OOo_${OOOTAG}_${OPSYS}${SIMPLEOSVER}X86_64 |