aboutsummaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authormarino <marino@FreeBSD.org>2014-05-30 17:21:44 +0800
committermarino <marino@FreeBSD.org>2014-05-30 17:21:44 +0800
commited227e69ff381f4a81002f4f0d869216217582bc (patch)
tree9164a5a18daf65b7dcabc3df179bc820593dc116 /www
parentd6ed5228e8e2a6e854eb1b6e1cddef0ee820044c (diff)
downloadfreebsd-ports-gnome-ed227e69ff381f4a81002f4f0d869216217582bc.tar.gz
freebsd-ports-gnome-ed227e69ff381f4a81002f4f0d869216217582bc.tar.zst
freebsd-ports-gnome-ed227e69ff381f4a81002f4f0d869216217582bc.zip
www/firefox-esr: explicitly use UNZIP_CMD
This should have been included with a similar commit to www/firefox-i18n and www/seamonkey-i18n. Covered by general infrastructure blanket.
Diffstat (limited to 'www')
-rw-r--r--www/firefox-esr-i18n/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/firefox-esr-i18n/Makefile b/www/firefox-esr-i18n/Makefile
index 743b2efff2e2..12d0694b5988 100644
--- a/www/firefox-esr-i18n/Makefile
+++ b/www/firefox-esr-i18n/Makefile
@@ -52,7 +52,7 @@ pre-everything::
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; \