biology/embassy: 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. This port needs staging. It doesn't like like a quick job so I'm leaving that to the listed maintainer. Approved by: infrastructure improvements blanket Approved by: portmgr (implicit) (to skip stage check)
This commit is contained in:
parent
75b8db4f24
commit
a7ff4d0e9c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=355684
1 changed files with 1 additions and 1 deletions
|
@ -93,7 +93,7 @@ PLIST_SUB+= PLIST_${app}=${PLIST_${app}}
|
|||
do-extract:
|
||||
.for app in ${APPLIST}
|
||||
@ ${MKDIR} ${EMBASSY_WRKDIR}
|
||||
@ cd ${EMBASSY_WRKDIR} && ${EXTRACT_CMD} ${EXTRACT_BEFORE_ARGS} \
|
||||
@ cd ${EMBASSY_WRKDIR} && ${TAR} ${EXTRACT_BEFORE_ARGS} \
|
||||
${_DISTDIR}/${${app}_DISTFILE} ${EXTRACT_AFTER_ARGS}
|
||||
@ if [ `id -u` = 0 ]; then \
|
||||
${CHMOD} -R ug-s ${${app}_WRKSRC}; \
|
||||
|
|
Loading…
Reference in a new issue