1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

sysutils/qzeitgeist: 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:
John Marino 2014-05-29 07:49:06 +00:00
parent c408f05f1f
commit ff34020c94
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=355671

View File

@ -31,8 +31,9 @@ USE_LDCONFIG= yes
ZEITGEIST_VERSION= 0.8.2
post-extract:
@(cd ${WRKDIR} && ${EXTRACT_CMD} ${EXTRACT_BEFORE_ARGS} \
${_DISTDIR}/zeitgeist-${ZEITGEIST_VERSION}.tar.gz ${EXTRACT_AFTER_ARGS})
@(cd ${WRKDIR} && ${TAR} ${EXTRACT_BEFORE_ARGS} \
${_DISTDIR}/zeitgeist-${ZEITGEIST_VERSION}.tar.gz \
${EXTRACT_AFTER_ARGS})
cd ${WRKDIR}/zeitgeist-${ZEITGEIST_VERSION} && \
${CP} zeitgeist/datamodel.py \
extra/ontology/*.trig \