Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 30 May 2014 09:21:45 +0000 (UTC)
From:      John Marino <marino@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r355805 - head/www/firefox-esr-i18n
Message-ID:  <201405300921.s4U9LjmT051961@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: marino
Date: Fri May 30 09:21:44 2014
New Revision: 355805
URL: http://svnweb.freebsd.org/changeset/ports/355805
QAT: https://qat.redports.org/buildarchive/r355805/

Log:
  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.

Modified:
  head/www/firefox-esr-i18n/Makefile

Modified: head/www/firefox-esr-i18n/Makefile
==============================================================================
--- head/www/firefox-esr-i18n/Makefile	Fri May 30 09:04:15 2014	(r355804)
+++ head/www/firefox-esr-i18n/Makefile	Fri May 30 09:21:44 2014	(r355805)
@@ -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; \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201405300921.s4U9LjmT051961>