svn commit: r355749 - head/editors/xemacs-packages

John Marino marino at FreeBSD.org
Thu May 29 21:01:24 UTC 2014


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
 


More information about the svn-ports-all mailing list