From owner-svn-ports-all@FreeBSD.ORG Sun Jun 1 07:00:18 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 193EF331; Sun, 1 Jun 2014 07:00:18 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 06C922DC6; Sun, 1 Jun 2014 07:00:18 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s5170Hu1087604; Sun, 1 Jun 2014 07:00:17 GMT (envelope-from marino@svn.freebsd.org) Received: (from marino@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s5170HAT087603; Sun, 1 Jun 2014 07:00:17 GMT (envelope-from marino@svn.freebsd.org) Message-Id: <201406010700.s5170HAT087603@svn.freebsd.org> From: John Marino Date: Sun, 1 Jun 2014 07:00:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r356046 - head/mail/thunderbird-i18n X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Jun 2014 07:00:18 -0000 Author: marino Date: Sun Jun 1 07:00:17 2014 New Revision: 356046 URL: http://svnweb.freebsd.org/changeset/ports/356046 QAT: https://qat.redports.org/buildarchive/r356046/ Log: mail/thunderbird-18n: Explicitly use UNZIP_CMD instead of EXTRACT_CMD This follows similar changes to firefox*-i18n and seamonkey-i18n. Modified: head/mail/thunderbird-i18n/Makefile Modified: head/mail/thunderbird-i18n/Makefile ============================================================================== --- head/mail/thunderbird-i18n/Makefile Sun Jun 1 06:12:13 2014 (r356045) +++ head/mail/thunderbird-i18n/Makefile Sun Jun 1 07:00:17 2014 (r356046) @@ -48,7 +48,7 @@ do-extract: @${RM} -rf ${WRKDIR} @${MKDIR} ${WRKDIR} ${WRKSRC} @for lang in ${THUNDERBIRD_I18N_}; do \ - if ! (${EXTRACT_CMD} ${EXTRACT_BEFORE_ARGS} ${_DISTDIR}/$$lang.xpi -d ${WRKSRC}/langpack-$$lang@thunderbird.mozilla.org);\ + if ! (${UNZIP_CMD} -qo ${_DISTDIR}/$$lang.xpi -d ${WRKSRC}/langpack-$$lang@thunderbird.mozilla.org);\ then \ exit 1; \ fi; \