svn commit: r355750 - head/mail/lurker

John Marino marino at FreeBSD.org
Thu May 29 21:08:00 UTC 2014


Author: marino
Date: Thu May 29 21:07:59 2014
New Revision: 355750
URL: http://svnweb.freebsd.org/changeset/ports/355750
QAT: https://qat.redports.org/buildarchive/r355750/

Log:
  mail/lurker: 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.
  
  Approved by:	infrastructure improvements blanket

Modified:
  head/mail/lurker/Makefile

Modified: head/mail/lurker/Makefile
==============================================================================
--- head/mail/lurker/Makefile	Thu May 29 21:01:23 2014	(r355749)
+++ head/mail/lurker/Makefile	Thu May 29 21:07:59 2014	(r355750)
@@ -26,7 +26,7 @@ CONFIGURE_ARGS=	--with-mimelib-local \
 OPTIONS_DEFINE=	DOCS
 
 post-extract:
-	@cd ${WRKSRC} && ${EXTRACT_CMD} ${EXTRACT_BEFORE_ARGS} \
+	@cd ${WRKSRC} && ${TAR} ${EXTRACT_BEFORE_ARGS} \
 		${DISTDIR}/mimelib-${MIMELIB_VERSION}.tar.gz ${EXTRACT_AFTER_ARGS}
 
 post-install:


More information about the svn-ports-all mailing list