diff options
author | Maho Nakata <maho@FreeBSD.org> | 2011-02-10 10:44:59 +0000 |
---|---|---|
committer | Maho Nakata <maho@FreeBSD.org> | 2011-02-10 10:44:59 +0000 |
commit | 53889edbb3189b0fa4316cd9979bd3b0983a0921 (patch) | |
tree | bab196d774b9856fd98ab55ff42d0ac069ef308f /editors/openoffice-3 | |
parent | f089b1925b46b2f11abae78996599b4c7415d126 (diff) | |
download | ports-53889edbb3189b0fa4316cd9979bd3b0983a0921.tar.gz ports-53889edbb3189b0fa4316cd9979bd3b0983a0921.zip |
Notes
Diffstat (limited to 'editors/openoffice-3')
-rw-r--r-- | editors/openoffice-3/Makefile | 1 | ||||
-rw-r--r-- | editors/openoffice-3/files/Makefile.others | 4 |
2 files changed, 3 insertions, 2 deletions
diff --git a/editors/openoffice-3/Makefile b/editors/openoffice-3/Makefile index 868e0fe4d053..d607e4986dae 100644 --- a/editors/openoffice-3/Makefile +++ b/editors/openoffice-3/Makefile @@ -75,6 +75,7 @@ FREEBSD_ENV_SET= FreeBSDX86Env.Set.sh MILESTONE?= 20 OOOTAG?= OOO330_m${MILESTONE} +OOOTAG2= ${OOOTAG:C/_//g} OOOSRC?= OOo_${OOOTAG}_source${EXTRACT_SUFX} OOODIR= openoffice.org3 INSTALLATION_BASEDIR?= openoffice.org-${OOOVERSION} diff --git a/editors/openoffice-3/files/Makefile.others b/editors/openoffice-3/files/Makefile.others index f1545d957b7d..5910bf4babfd 100644 --- a/editors/openoffice-3/files/Makefile.others +++ b/editors/openoffice-3/files/Makefile.others @@ -28,7 +28,7 @@ sdk: @cd ${WRKDIR}/sdk_tmp/opt/openoffice* ; \ ${MKDIR} ../${INSTALLATION_BASEDIR}_sdk ; \ ${MV} * ../${INSTALLATION_BASEDIR}_sdk ; cd .. ; \ - ${TAR} cfj ${WRKDIR}/../OOo-SDK_${PACKAGE_BASENAME}_en-US.tbz ${INSTALLATION_BASEDIR}_sdk + ${TAR} cfj ${WRKDIR}/../OOo-SDK_${PACKAGE_BASENAME}_install_en-US.tbz ${INSTALLATION_BASEDIR}_sdk ure: @${ECHO_MSG} "===> Make Uno Runtime Environment of OpenOffice.org" @@ -39,7 +39,7 @@ ure: @cd ${WRKDIR}/ure_tmp/opt/openoffice* ; \ ${MKDIR} ../${INSTALLATION_BASEDIR} ; \ ${MV} * ../${INSTALLATION_BASEDIR} ; cd .. ; \ - ${TAR} cfj ${WRKDIR}/../OOo-URE_${PACKAGE_BASENAME}_en-US.tbz ${INSTALLATION_BASEDIR} + ${TAR} cfj ${WRKDIR}/../OOo-URE_${PACKAGE_BASENAME}_install_en-US.tbz ${INSTALLATION_BASEDIR} solver: @${ECHO_MSG} "===> Make Solver of OpenOffice.org" |