diff options
author | Maho Nakata <maho@FreeBSD.org> | 2005-12-23 03:06:18 +0000 |
---|---|---|
committer | Maho Nakata <maho@FreeBSD.org> | 2005-12-23 03:06:18 +0000 |
commit | b60a5f62841748bd32a3410103aefcc916682bf7 (patch) | |
tree | 8c83d6f5bc9c1f9b6d18de0eef3bceb38d1d44ad /editors/openoffice.org-2-devel/Makefile | |
parent | 88e551ca9fce7f66107340b74469465fe5a734c9 (diff) |
Notes
Diffstat (limited to 'editors/openoffice.org-2-devel/Makefile')
-rw-r--r-- | editors/openoffice.org-2-devel/Makefile | 19 |
1 files changed, 10 insertions, 9 deletions
diff --git a/editors/openoffice.org-2-devel/Makefile b/editors/openoffice.org-2-devel/Makefile index a03065dd7aa3..739753ae625b 100644 --- a/editors/openoffice.org-2-devel/Makefile +++ b/editors/openoffice.org-2-devel/Makefile @@ -13,11 +13,11 @@ MASTER_SITES+= http://openoffice.lunarshells.com/sources/ \ ftp://ftp.cs.man.ac.uk/pub/toby/gpc/:gpc \ ${MASTER_SITE_MOZILLA:S/$/:mozsrc/} MASTER_SITE_SUBDIR+= mozilla/releases/mozilla${MOZILLA_VERSION}/source/:mozsrc -DISTFILES+= OOo_SRC680_m${MILESTONE}_source.tar.bz2 +DISTFILES+= OOo_${OOOTAG}_source.tar.bz2 .if defined(WITH_GPC) DISTFILES+= gpc231.tar.Z:gpc .endif -EXTRACT_ONLY= OOo_SRC680_m${MILESTONE}_source.tar.bz2 +EXTRACT_ONLY= OOo_${OOOTAG}_source.tar.bz2 MAINTAINER= openoffice@FreeBSD.org COMMENT?= Integrated wordprocessor/dbase/spreadsheet/drawing/chart/browser(developer version) @@ -59,13 +59,14 @@ IGNORE= install lang/perl5.8 then try again CODELINE= 680 RELEASE_NR= 2.0 -MILESTONE?= 145 -SNAPDATE= 20051208 -INSTALLATION_BASEDIR?= openoffice.org${RELEASE_NR}m${MILESTONE} -EXECBASE?= openoffice.org-${RELEASE_NR}m${MILESTONE} +MILESTONE?= 146 +OOOTAG?= SRC680_m${MILESTONE} +SNAPDATE= 20051222 +INSTALLATION_BASEDIR?= openoffice.org-${OOOTAG} +EXECBASE?= openoffice.org-${OOOTAG} DIST_SUBDIR= openoffice.org2.0 SIMPLEOSVER= ${OSREL:C/\.//g} -PACKAGE_BASENAME= OOo_${RELEASE_NR}m${MILESTONE}_${OPSYS}${SIMPLEOSVER}Intel +PACKAGE_BASENAME= OOo_${OOOTAG}_${OPSYS}${SIMPLEOSVER}Intel LOCALIZED_LANG?= en-US # FIXME (Somehow INDEX build fails) @@ -191,7 +192,7 @@ post-install: @${CP} ${FILESDIR}/openoffice.org-wrapper ${WRKDIR}/ @${REINPLACE_CMD} -e 's#%%PREFIX%%#${PREFIX}#g' \ -e 's#%%RELEASE_NR%%#${RELEASE_NR}#g' \ - -e 's#%%MILESTONE%%#${MILESTONE}#g' \ + -e 's#%%OOOTAG%%#${OOOTAG}#g' \ -e 's#%%INSTALLATION_BASEDIR%%#${INSTALLATION_BASEDIR}#g' \ ${WRKDIR}/openoffice.org-wrapper @${INSTALL_SCRIPT} ${WRKDIR}/openoffice.org-wrapper \ @@ -216,7 +217,7 @@ post-install: @${REINPLACE_CMD} -e 's#%%PREFIX%%#${PREFIX}#g' \ -e 's#%%INSTALLATION_BASEDIR%%#${INSTALLATION_BASEDIR}#g' \ -e 's#%%EXECBASE%%#${EXECBASE}#g' \ - -e 's#%%MILESTONE%%#${MILESTONE}#g' \ + -e 's#%%OOOTAG%%#${OOOTAG}#g' \ -e 's#%%RELEASE_NR%%#${RELEASE_NR}#g' \ ${PKGMESSAGE} @${ECHO_CMD} |