aboutsummaryrefslogtreecommitdiff
path: root/games/nil
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 /games/nil
parent69bfde79150c31751515222d4b4406206d2f8ac6 (diff)
downloadports-113d291e1d44b8b6d432ae0d10aff37e68b64dc5.tar.gz
ports-113d291e1d44b8b6d432ae0d10aff37e68b64dc5.zip
Notes
Diffstat (limited to 'games/nil')
-rw-r--r--games/nil/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/games/nil/Makefile b/games/nil/Makefile
index bee6a4c7d51e..5458de835662 100644
--- a/games/nil/Makefile
+++ b/games/nil/Makefile
@@ -33,7 +33,7 @@ post-configure:
post-install:
@${MKDIR} ${PREFIX}/share/nil
- @cd ${WRKSRC}/..; tar cf - gfx | \
+ @cd ${WRKSRC}/..; ${TAR} cf - gfx | \
(cd ${PREFIX}/share/nil ; ${TAR} --unlink -xf - )
@${INSTALL_MAN} ${WRKSRC}/../docs/NiL-HOWTO.txt ${PREFIX}/share/nil/README
@${ECHO_MSG} ""