diff options
author | marino <marino@FreeBSD.org> | 2014-05-29 18:47:58 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2014-05-29 18:47:58 +0800 |
commit | 77300e09218f573f193e26139af0013f6b5390b5 (patch) | |
tree | 49905af0577d13d6eeed94fae4abe0337cea7733 /biology/embassy | |
parent | 8e68c7632602a8cce7f51deeacdc8d5a3e6d85f1 (diff) | |
download | freebsd-ports-gnome-77300e09218f573f193e26139af0013f6b5390b5.tar.gz freebsd-ports-gnome-77300e09218f573f193e26139af0013f6b5390b5.tar.zst freebsd-ports-gnome-77300e09218f573f193e26139af0013f6b5390b5.zip |
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)
Diffstat (limited to 'biology/embassy')
-rw-r--r-- | biology/embassy/Makefile | 2 |
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}; \ |