diff options
author | marino <marino@FreeBSD.org> | 2014-05-30 17:21:44 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2014-05-30 17:21:44 +0800 |
commit | ed227e69ff381f4a81002f4f0d869216217582bc (patch) | |
tree | 9164a5a18daf65b7dcabc3df179bc820593dc116 /www | |
parent | d6ed5228e8e2a6e854eb1b6e1cddef0ee820044c (diff) | |
download | freebsd-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/Makefile | 2 |
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; \ |