Date: Wed, 14 Sep 2016 19:44:54 +0000 (UTC) From: Tijl Coosemans <tijl@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r422158 - head/www/seamonkey-i18n Message-ID: <201609141944.u8EJisbn084847@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tijl Date: Wed Sep 14 19:44:54 2016 New Revision: 422158 URL: https://svnweb.freebsd.org/changeset/ports/422158 Log: Fix extract broken in r421615. Modified: head/www/seamonkey-i18n/Makefile Modified: head/www/seamonkey-i18n/Makefile ============================================================================== --- head/www/seamonkey-i18n/Makefile Wed Sep 14 19:43:29 2016 (r422157) +++ head/www/seamonkey-i18n/Makefile Wed Sep 14 19:44:54 2016 (r422158) @@ -50,7 +50,7 @@ pre-everything:: do-extract: @${MKDIR} ${WRKSRC} @for lang in ${SEAMONKEY_I18N_}; do \ - if ! (${UNZIP_CMD} -qo ${_DISTDIR}/seamonkey-${PORTVERSION}.$$lang.langpack.xpi -d ${WRKSRC}/langpack-$$lang@seamonkey.mozilla.org);\ + if ! (${EXTRACT_CMD} ${EXTRACT_BEFORE_ARGS} ${_DISTDIR}/seamonkey-${PORTVERSION}.$$lang.langpack.xpi -d ${WRKSRC}/langpack-$$lang@seamonkey.mozilla.org);\ then \ exit 1; \ fi; \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201609141944.u8EJisbn084847>