summaryrefslogtreecommitdiff
path: root/editors/openoffice.org-3-RC/files/Makefile.others
diff options
context:
space:
mode:
authorMaho Nakata <maho@FreeBSD.org>2010-02-13 13:13:23 +0000
committerMaho Nakata <maho@FreeBSD.org>2010-02-13 13:13:23 +0000
commit09a2631384f3cbc3e0a47cf8d3d148153672e616 (patch)
tree6665c1dcabf75ec69840f445323d524f402ea053 /editors/openoffice.org-3-RC/files/Makefile.others
parentAdd KDE4 knob (diff)
Fix language pack build.
Funded by OpenOffice.org community.
Notes
Notes: svn path=/head/; revision=249773
Diffstat (limited to '')
-rw-r--r--editors/openoffice.org-3-RC/files/Makefile.others4
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/openoffice.org-3-RC/files/Makefile.others b/editors/openoffice.org-3-RC/files/Makefile.others
index 8bd6903233e9..59e68dae2b98 100644
--- a/editors/openoffice.org-3-RC/files/Makefile.others
+++ b/editors/openoffice.org-3-RC/files/Makefile.others
@@ -57,11 +57,11 @@ languagepack:
@${RM} -fr ${WRKDIR}/langpack_tmp
@${MKDIR} ${WRKDIR}/langpack_tmp
.if defined (LOCALIZED_LANG)
- @cd ${WRKSRC}/instsetoo_native/unxfbsd?.pro/OpenOffice_languagepack/bsd/install/${LOCALIZED_LANG}/freebsd-*/ ; ls openoffice*.t?z > ${WRKDIR}/${LOCALIZED_LANG}_LANGPACK
+ @cd ${WRKSRC}/instsetoo_native/unxfbsd?.pro/OpenOffice_languagepack/bsd/install/${LOCALIZED_LANG}/freebsd/ ; ls openoffice*.t?z ooobasis*.t?z > ${WRKDIR}/${LOCALIZED_LANG}_LANGPACK
@cd ${WRKDIR}/langpack_tmp ; \
for i in `${CAT} ${WRKDIR}/${LOCALIZED_LANG}_LANGPACK`; do \
${ECHO_CMD} "extracting $$i" ; \
- cd ${WRKDIR}/langpack_tmp ; ${TAR} xfz ${WRKSRC}/instsetoo_native/unxfbsd?.pro/OpenOffice_languagepack/bsd/install/${LOCALIZED_LANG}/freebsd-*/$$i ; \
+ cd ${WRKDIR}/langpack_tmp ; ${TAR} xfz ${WRKSRC}/instsetoo_native/unxfbsd?.pro/OpenOffice_languagepack/bsd/install/${LOCALIZED_LANG}/freebsd/$$i ; \
done
@cd ${WRKDIR}/langpack_tmp/opt/ ; \
${MKDIR} ../${INSTALLATION_BASEDIR} ; \