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
This commit is contained in:
parent
4cf1abf943
commit
53422ba93d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=355750
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user