diff options
author | Maho Nakata <maho@FreeBSD.org> | 2010-04-14 22:44:58 +0000 |
---|---|---|
committer | Maho Nakata <maho@FreeBSD.org> | 2010-04-14 22:44:58 +0000 |
commit | 4093cf1efc692c154170bc8288349c95b397b2ba (patch) | |
tree | b29d797f88591abba0d79b54d7bbb9c514cb0c3b /editors | |
parent | 98f9db0f44d583d6255e1af7ae275ed3d09529be (diff) | |
download | ports-4093cf1efc692c154170bc8288349c95b397b2ba.tar.gz ports-4093cf1efc692c154170bc8288349c95b397b2ba.zip |
Notes
Diffstat (limited to 'editors')
-rw-r--r-- | editors/openoffice-3/Makefile | 3 | ||||
-rw-r--r-- | editors/openoffice.org-3/Makefile | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/editors/openoffice-3/Makefile b/editors/openoffice-3/Makefile index e98ab6b37a6e..812b13d87f03 100644 --- a/editors/openoffice-3/Makefile +++ b/editors/openoffice-3/Makefile @@ -7,7 +7,7 @@ PORTNAME?= openoffice.org PORTVERSION?= ${OOOVERSION} -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES+= editors java MASTER_SITES+= http://ooopackages.good-day.net/pub/OpenOffice.org/sources/ \ http://ooopackages.good-day.net/pub/OpenOffice.org/misc/moz/:mozsrc \ @@ -250,6 +250,7 @@ post-install: @${CP} ${FILESDIR}/openoffice.org-wrapper ${WRKDIR}/ @${REINPLACE_CMD} -e 's#%%PREFIX%%#${PREFIX}#g' \ -e 's#%%OOOTAG%%#${OOOTAG}#g' \ + -e 's#%%OOOVERSION%%#${OOOVERSION}#g' \ -e 's#%%OOODIR%%#${OOODIR}#g' \ -e 's#%%INSTALLATION_BASEDIR%%#${INSTALLATION_BASEDIR}#g' \ ${WRKDIR}/openoffice.org-wrapper diff --git a/editors/openoffice.org-3/Makefile b/editors/openoffice.org-3/Makefile index e98ab6b37a6e..812b13d87f03 100644 --- a/editors/openoffice.org-3/Makefile +++ b/editors/openoffice.org-3/Makefile @@ -7,7 +7,7 @@ PORTNAME?= openoffice.org PORTVERSION?= ${OOOVERSION} -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES+= editors java MASTER_SITES+= http://ooopackages.good-day.net/pub/OpenOffice.org/sources/ \ http://ooopackages.good-day.net/pub/OpenOffice.org/misc/moz/:mozsrc \ @@ -250,6 +250,7 @@ post-install: @${CP} ${FILESDIR}/openoffice.org-wrapper ${WRKDIR}/ @${REINPLACE_CMD} -e 's#%%PREFIX%%#${PREFIX}#g' \ -e 's#%%OOOTAG%%#${OOOTAG}#g' \ + -e 's#%%OOOVERSION%%#${OOOVERSION}#g' \ -e 's#%%OOODIR%%#${OOODIR}#g' \ -e 's#%%INSTALLATION_BASEDIR%%#${INSTALLATION_BASEDIR}#g' \ ${WRKDIR}/openoffice.org-wrapper |