aboutsummaryrefslogtreecommitdiffstats
path: root/editors
diff options
context:
space:
mode:
authormaho <maho@FreeBSD.org>2010-02-13 21:13:23 +0800
committermaho <maho@FreeBSD.org>2010-02-13 21:13:23 +0800
commitbdcd6b343b77037d0e007003b3df56e504a51183 (patch)
treeedca69b2e7fe4445b66146fa79a248dacebdc77f /editors
parent63cc8e586a65333afdb304dd2a75c97a1f673237 (diff)
downloadfreebsd-ports-gnome-bdcd6b343b77037d0e007003b3df56e504a51183.tar.gz
freebsd-ports-gnome-bdcd6b343b77037d0e007003b3df56e504a51183.tar.zst
freebsd-ports-gnome-bdcd6b343b77037d0e007003b3df56e504a51183.zip
Fix language pack build.
Funded by OpenOffice.org community.
Diffstat (limited to 'editors')
-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} ; \