svn commit: r355684 - head/biology/embassy

John Marino marino at FreeBSD.org
Thu May 29 10:47:59 UTC 2014


Author: marino
Date: Thu May 29 10:47:58 2014
New Revision: 355684
URL: http://svnweb.freebsd.org/changeset/ports/355684
QAT: https://qat.redports.org/buildarchive/r355684/

Log:
  biology/embassy: 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.
  
  This port needs staging. It doesn't like like a quick job so I'm leaving
  that to the listed maintainer.
  
  Approved by:	infrastructure improvements blanket
  Approved by:	portmgr (implicit) (to skip stage check)

Modified:
  head/biology/embassy/Makefile

Modified: head/biology/embassy/Makefile
==============================================================================
--- head/biology/embassy/Makefile	Thu May 29 10:44:52 2014	(r355683)
+++ head/biology/embassy/Makefile	Thu May 29 10:47:58 2014	(r355684)
@@ -93,7 +93,7 @@ PLIST_SUB+=	PLIST_${app}=${PLIST_${app}}
 do-extract:
 .for app in ${APPLIST}
 	@ ${MKDIR} ${EMBASSY_WRKDIR}
-	@ cd ${EMBASSY_WRKDIR} && ${EXTRACT_CMD} ${EXTRACT_BEFORE_ARGS} \
+	@ cd ${EMBASSY_WRKDIR} && ${TAR} ${EXTRACT_BEFORE_ARGS} \
 	  ${_DISTDIR}/${${app}_DISTFILE} ${EXTRACT_AFTER_ARGS}
 	@ if [ `id -u` = 0 ]; then \
 	    ${CHMOD} -R ug-s ${${app}_WRKSRC}; \


More information about the svn-ports-all mailing list