diff options
author | Maho Nakata <maho@FreeBSD.org> | 2011-02-10 01:32:13 +0000 |
---|---|---|
committer | Maho Nakata <maho@FreeBSD.org> | 2011-02-10 01:32:13 +0000 |
commit | 4d5baa7a16672cd1a37001c12b1b99bf74efd402 (patch) | |
tree | cabcda15ba91c2a485658b041b963a1140c9494a /editors | |
parent | 16ee73d7fd9fa9b8905d75556d9673e4a8e1371e (diff) | |
download | freebsd-ports-4d5baa7a16672cd1a37001c12b1b99bf74efd402.zip |
Fix languagepack name.
Feature safe: yes
Diffstat (limited to 'editors')
-rw-r--r-- | editors/openoffice-3/files/Makefile.others | 2 | ||||
-rw-r--r-- | editors/openoffice.org-3/files/Makefile.others | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/editors/openoffice-3/files/Makefile.others b/editors/openoffice-3/files/Makefile.others index 105a5ab713da..f1545d957b7d 100644 --- a/editors/openoffice-3/files/Makefile.others +++ b/editors/openoffice-3/files/Makefile.others @@ -66,6 +66,6 @@ languagepack: @cd ${WRKDIR}/langpack_tmp/opt/ ; \ ${MKDIR} ../${INSTALLATION_BASEDIR} ; \ ${MV} * ../${INSTALLATION_BASEDIR} ; cd .. ; \ - ${TAR} cfj ${WRKDIR}/../${PACKAGE_BASENAME}_langpack_${LOCALIZED_LANG}.tar.bz2 ${INSTALLATION_BASEDIR} + ${TAR} cfj ${WRKDIR}/../OOo_${PACKAGE_BASENAME}_langpack_${LOCALIZED_LANG}.tbz ${INSTALLATION_BASEDIR} .endif .endif diff --git a/editors/openoffice.org-3/files/Makefile.others b/editors/openoffice.org-3/files/Makefile.others index 105a5ab713da..f1545d957b7d 100644 --- a/editors/openoffice.org-3/files/Makefile.others +++ b/editors/openoffice.org-3/files/Makefile.others @@ -66,6 +66,6 @@ languagepack: @cd ${WRKDIR}/langpack_tmp/opt/ ; \ ${MKDIR} ../${INSTALLATION_BASEDIR} ; \ ${MV} * ../${INSTALLATION_BASEDIR} ; cd .. ; \ - ${TAR} cfj ${WRKDIR}/../${PACKAGE_BASENAME}_langpack_${LOCALIZED_LANG}.tar.bz2 ${INSTALLATION_BASEDIR} + ${TAR} cfj ${WRKDIR}/../OOo_${PACKAGE_BASENAME}_langpack_${LOCALIZED_LANG}.tbz ${INSTALLATION_BASEDIR} .endif .endif |