summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormarino <marino@FreeBSD.org>2014-05-29 21:07:59 +0000
committermarino <marino@FreeBSD.org>2014-05-29 21:07:59 +0000
commit3c5884ac7ae145705bb73ab3628acd6755276c3f (patch)
treef31366aea1e0d813d4e1008171d86c502beffa9d
parentbffd15cc417e90fb7764f0c507f0b497305fe422 (diff)
downloadFreeBSD-ports-3c5884ac7ae145705bb73ab3628acd6755276c3f.zip
FreeBSD-ports-3c5884ac7ae145705bb73ab3628acd6755276c3f.tar.gz
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
-rw-r--r--mail/lurker/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/lurker/Makefile b/mail/lurker/Makefile
index 5719d2c..bb67ab6 100644
--- a/mail/lurker/Makefile
+++ b/mail/lurker/Makefile
@@ -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:
OpenPOWER on IntegriCloud