svn commit: r356054 - head/mail/p5-IMAP-Sieve

John Marino marino at FreeBSD.org
Sun Jun 1 07:35:46 UTC 2014


Author: marino
Date: Sun Jun  1 07:35:46 2014
New Revision: 356054
URL: http://svnweb.freebsd.org/changeset/ports/356054
QAT: https://qat.redports.org/buildarchive/r356054/

Log:
  mail/p5-IMAP-Sieve: Use TAR instead of EXTRACT_CMD

Modified:
  head/mail/p5-IMAP-Sieve/Makefile

Modified: head/mail/p5-IMAP-Sieve/Makefile
==============================================================================
--- head/mail/p5-IMAP-Sieve/Makefile	Sun Jun  1 07:33:19 2014	(r356053)
+++ head/mail/p5-IMAP-Sieve/Makefile	Sun Jun  1 07:35:46 2014	(r356054)
@@ -23,7 +23,7 @@ PERLSIEVENAME=	perlsieve-${PORTVERSION}
 PERLSIEVESUFX=	b
 
 post-extract:
-	@${EXTRACT_CMD} ${EXTRACT_BEFORE_ARGS} \
+	@${TAR} ${EXTRACT_BEFORE_ARGS} \
 		${WRKDIR}/${DISTNAME}/${PERLSIEVENAME}${PERLSIEVESUFX}${EXTRACT_SUFX} \
 			${EXTRACT_AFTER_ARGS} -C ${WRKDIR}
 	@${RM} ${WRKSRC}/testssl.pl


More information about the svn-ports-head mailing list