aboutsummaryrefslogtreecommitdiff
path: root/french
diff options
context:
space:
mode:
authorJohn Marino <marino@FreeBSD.org>2014-05-29 10:39:36 +0000
committerJohn Marino <marino@FreeBSD.org>2014-05-29 10:39:36 +0000
commit75b8db4f243b10a7312ff07791c3a488b39be9c3 (patch)
treed1258e762a39ff46689e17a18f5371ce9e4be301 /french
parent7277c68aca3a9a5823f7bc066a23cfb19611524a (diff)
downloadports-75b8db4f243b10a7312ff07791c3a488b39be9c3.tar.gz
ports-75b8db4f243b10a7312ff07791c3a488b39be9c3.zip
french/aster (and depends): 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
Notes
Notes: svn path=/head/; revision=355682
Diffstat (limited to 'french')
-rw-r--r--french/aster/bsd.aster.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/french/aster/bsd.aster.mk b/french/aster/bsd.aster.mk
index 846d428c0fc4..31ec83a34f25 100644
--- a/french/aster/bsd.aster.mk
+++ b/french/aster/bsd.aster.mk
@@ -22,5 +22,5 @@ TARNAME= ${PORTNAME}
.if ${PORTNAME} != aster
post-extract:
(cd ${WRKDIR} && \
- ${EXTRACT_CMD} ${EXTRACT_BEFORE_ARGS} ${EXTRACT_WRKSRC}/${TARNAME}${DVPFX}-${DISTVERSION}${DVSFX}${EXTRACT_SUFX} ${EXTRACT_AFTER_ARGS})
+ ${TAR} ${EXTRACT_BEFORE_ARGS} ${EXTRACT_WRKSRC}/${TARNAME}${DVPFX}-${DISTVERSION}${DVSFX}${EXTRACT_SUFX} ${EXTRACT_AFTER_ARGS})
.endif