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 /games/nil | |
parent | 69bfde79150c31751515222d4b4406206d2f8ac6 (diff) | |
download | ports-113d291e1d44b8b6d432ae0d10aff37e68b64dc5.tar.gz ports-113d291e1d44b8b6d432ae0d10aff37e68b64dc5.zip |
Notes
Diffstat (limited to 'games/nil')
-rw-r--r-- | games/nil/Makefile | 2 |
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} "" |