summaryrefslogtreecommitdiff
path: root/security/crack
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 /security/crack
parentShorten comment. Drop maintainership. (diff)
- tar -> ${TAR} (since we have now a bsdtar ;)
Notes
Notes: svn path=/head/; revision=106396
Diffstat (limited to 'security/crack')
-rw-r--r--security/crack/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/security/crack/Makefile b/security/crack/Makefile
index e982e1cdfa43..24537ec45348 100644
--- a/security/crack/Makefile
+++ b/security/crack/Makefile
@@ -45,6 +45,6 @@ do-build:
do-install:
@${MKDIR} ${PREFIX}/crack
@${RM} -f ${WRKSRC}/Run/*
- @cd ${WRKSRC} ; tar cf - . | (cd ${PREFIX}/crack; tar xfBp -)
+ @cd ${WRKSRC} ; ${TAR} cf - . | (cd ${PREFIX}/crack; ${TAR} xfBp -)
.include <bsd.port.mk>