summaryrefslogtreecommitdiff
path: root/editors/openoffice-3/files/Makefile.others
diff options
context:
space:
mode:
authorMaho Nakata <maho@FreeBSD.org>2011-02-10 01:32:13 +0000
committerMaho Nakata <maho@FreeBSD.org>2011-02-10 01:32:13 +0000
commit4d5baa7a16672cd1a37001c12b1b99bf74efd402 (patch)
treecabcda15ba91c2a485658b041b963a1140c9494a /editors/openoffice-3/files/Makefile.others
parentRename SDK and URE names so that meet OOo's official criterion. (diff)
Fix languagepack name.
Feature safe: yes
Notes
Notes: svn path=/head/; revision=268847
Diffstat (limited to '')
-rw-r--r--editors/openoffice-3/files/Makefile.others2
1 files changed, 1 insertions, 1 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