diff options
author | Clement Laforet <clement@FreeBSD.org> | 2004-04-07 13:26:20 +0000 |
---|---|---|
committer | Clement Laforet <clement@FreeBSD.org> | 2004-04-07 13:26:20 +0000 |
commit | 113d291e1d44b8b6d432ae0d10aff37e68b64dc5 (patch) | |
tree | f7200639a0272ee7bbc76530b80468257079b711 /security | |
parent | 69bfde79150c31751515222d4b4406206d2f8ac6 (diff) |
- tar -> ${TAR} (since we have now a bsdtar ;)
Notes
Notes:
svn path=/head/; revision=106396
Diffstat (limited to 'security')
-rw-r--r-- | security/crack/Makefile | 2 |
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> |