aboutsummaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authorJohn Marino <marino@FreeBSD.org>2014-05-29 21:01:23 +0000
committerJohn Marino <marino@FreeBSD.org>2014-05-29 21:01:23 +0000
commit4cf1abf943056cece14defb01d84fe852fd66578 (patch)
tree5f32021cba37e5d4cec1381c0b0fefd7fdb80618 /editors
parent7b8680d4cbe5ea5fe50a6461e28bebd1f71869df (diff)
Notes
Diffstat (limited to 'editors')
-rw-r--r--editors/xemacs-packages/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/xemacs-packages/Makefile b/editors/xemacs-packages/Makefile
index 623e23700715..52e986de6532 100644
--- a/editors/xemacs-packages/Makefile
+++ b/editors/xemacs-packages/Makefile
@@ -136,7 +136,7 @@ FIXME= gnus/binhex.elc gnus/uudecode.elc
do-extract:
@${MKDIR} ${WRKSRC}
.for f in ${DISTFILES}
- -@${EXTRACT_CMD} ${EXTRACT_BEFORE_ARGS} ${DISTDIR}/${DIST_SUBDIR}/${f} \
+ -@${TAR} ${EXTRACT_BEFORE_ARGS} ${DISTDIR}/${DIST_SUBDIR}/${f} \
${EXTRACT_AFTER_ARGS} -C ${WRKSRC}
.endfor