summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Marino <marino@FreeBSD.org>2014-05-29 10:47:58 +0000
committerJohn Marino <marino@FreeBSD.org>2014-05-29 10:47:58 +0000
commita7ff4d0e9c8ad655b724868af3c110d689af14dc (patch)
tree49905af0577d13d6eeed94fae4abe0337cea7733
parentfrench/aster (and depends): specify post-extraction with ${TAR} (diff)
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)
Notes
Notes: svn path=/head/; revision=355684
-rw-r--r--biology/embassy/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/biology/embassy/Makefile b/biology/embassy/Makefile
index 7bb841e636c3..2d37642de785 100644
--- a/biology/embassy/Makefile
+++ b/biology/embassy/Makefile
@@ -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}; \