diff options
author | maho <maho@FreeBSD.org> | 2011-02-10 09:32:13 +0800 |
---|---|---|
committer | maho <maho@FreeBSD.org> | 2011-02-10 09:32:13 +0800 |
commit | 6699446864375e54a91fc141a05f65365162424b (patch) | |
tree | 62830caf356b540bd849ff3474c7d9d9a28f2bd8 /editors | |
parent | 55f2a3502542e3cdca6a3bfbe7e50eecdc47543a (diff) | |
download | freebsd-ports-gnome-6699446864375e54a91fc141a05f65365162424b.tar.gz freebsd-ports-gnome-6699446864375e54a91fc141a05f65365162424b.tar.zst freebsd-ports-gnome-6699446864375e54a91fc141a05f65365162424b.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 |