Date: Tue, 10 Jun 2014 21:07:06 GMT From: svn-freebsd-gecko@chruetertee.ch To: freebsd-gecko@freebsd.org Subject: [SVN-Commit] r1598 - trunk/www/firefox-esr-i18n Message-ID: <201406102107.s5AL76A1058415@trillian.chruetertee.ch>
next in thread | raw e-mail | index | archive | help
Author: beat
Date: Tue Jun 10 21:07:06 2014
New Revision: 1598
Log:
Yet another sync with ports
Modified:
trunk/www/firefox-esr-i18n/Makefile
Modified: trunk/www/firefox-esr-i18n/Makefile
==============================================================================
--- trunk/www/firefox-esr-i18n/Makefile Tue Jun 10 20:49:04 2014 (r1597)
+++ trunk/www/firefox-esr-i18n/Makefile Tue Jun 10 21:07:06 2014 (r1598)
@@ -52,7 +52,7 @@
do-extract:
@${MKDIR} ${WRKSRC}
@for lang in ${FIREFOX_I18N_}; do \
- if ! (${EXTRACT_CMD} ${EXTRACT_BEFORE_ARGS} ${_DISTDIR}/$$lang.xpi -d ${WRKSRC}/langpack-$$lang@firefox.mozilla.org);\
+ if ! (${UNZIP_CMD} -qo ${_DISTDIR}/$$lang.xpi -d ${WRKSRC}/langpack-$$lang@firefox.mozilla.org);\
then \
exit 1; \
fi; \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201406102107.s5AL76A1058415>
