mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +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:
parent
c408f05f1f
commit
ff34020c94
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=355671
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user