summaryrefslogtreecommitdiff
path: root/mail/xpbiff
diff options
context:
space:
mode:
authorClement Laforet <clement@FreeBSD.org>2004-04-07 13:26:20 +0000
committerClement Laforet <clement@FreeBSD.org>2004-04-07 13:26:20 +0000
commit113d291e1d44b8b6d432ae0d10aff37e68b64dc5 (patch)
treef7200639a0272ee7bbc76530b80468257079b711 /mail/xpbiff
parentShorten comment. Drop maintainership. (diff)
- tar -> ${TAR} (since we have now a bsdtar ;)
Notes
Notes: svn path=/head/; revision=106396
Diffstat (limited to 'mail/xpbiff')
-rw-r--r--mail/xpbiff/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/xpbiff/Makefile b/mail/xpbiff/Makefile
index e35cf3c136e1..4d5a3aa97208 100644
--- a/mail/xpbiff/Makefile
+++ b/mail/xpbiff/Makefile
@@ -39,9 +39,9 @@ do-extract:
@${MKDIR} ${WRKDIR}
@(cd ${WRKDIR}; \
if [ ! -f ${DISTDIR}/${DISTNAME}.tar.gz ]; then \
- uudecode -p ${DISTDIR}/${DISTFILES} | tar xzf -; \
+ uudecode -p ${DISTDIR}/${DISTFILES} | ${TAR} xzf -; \
else \
- tar xzf ${DISTDIR}/${DISTNAME}.tar.gz; \
+ ${TAR} xzf ${DISTDIR}/${DISTNAME}.tar.gz; \
fi)
pre-patch: