Date: Thu, 29 May 2014 21:07:59 +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: r355750 - head/mail/lurker Message-ID: <201405292108.s4TL80rt019877@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201405292108.s4TL80rt019877>