Date: Thu, 29 May 2014 21:01:23 +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: r355749 - head/editors/xemacs-packages Message-ID: <201405292101.s4TL1N9k018602@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: marino Date: Thu May 29 21:01:23 2014 New Revision: 355749 URL: http://svnweb.freebsd.org/changeset/ports/355749 QAT: https://qat.redports.org/buildarchive/r355749/ Log: editors/xemacs-packages: specify post-extraction with ${TAR} It's possible that EXTRACT_CMD won't be predefined in the near future in order to support distfiles in multiple formats. We know the post- extraction tool needs to be tar, so let's specify it directly. Modified: head/editors/xemacs-packages/Makefile Modified: head/editors/xemacs-packages/Makefile ============================================================================== --- head/editors/xemacs-packages/Makefile Thu May 29 20:59:26 2014 (r355748) +++ head/editors/xemacs-packages/Makefile Thu May 29 21:01:23 2014 (r355749) @@ -136,7 +136,7 @@ FIXME= gnus/binhex.elc gnus/uudecode.elc do-extract: @${MKDIR} ${WRKSRC} .for f in ${DISTFILES} - -@${EXTRACT_CMD} ${EXTRACT_BEFORE_ARGS} ${DISTDIR}/${DIST_SUBDIR}/${f} \ + -@${TAR} ${EXTRACT_BEFORE_ARGS} ${DISTDIR}/${DIST_SUBDIR}/${f} \ ${EXTRACT_AFTER_ARGS} -C ${WRKSRC} .endfor
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201405292101.s4TL1N9k018602>