diff options
author | John Marino <marino@FreeBSD.org> | 2014-05-30 09:21:44 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2014-05-30 09:21:44 +0000 |
commit | bfd0f9a89ef51cce7a5472625c52fa866e1958c7 (patch) | |
tree | 9164a5a18daf65b7dcabc3df179bc820593dc116 /www | |
parent | a1bf31d836f2b64a921534f35641286d11e7a188 (diff) | |
download | freebsd-ports-bfd0f9a89ef51cce7a5472625c52fa866e1958c7.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; \ |