aboutsummaryrefslogtreecommitdiffstats
path: root/games/nil/Makefile
diff options
context:
space:
mode:
authorclement <clement@FreeBSD.org>2004-04-07 21:26:20 +0800
committerclement <clement@FreeBSD.org>2004-04-07 21:26:20 +0800
commit0307fa21a54024c9a2f89c8797ee78710d49ae2a (patch)
tree5f362b972f009374c09deb556210d6ede3a22fb9 /games/nil/Makefile
parent1534f9259cd4783d2cab21a6b45e79e57a128042 (diff)
downloadfreebsd-ports-gnome-0307fa21a54024c9a2f89c8797ee78710d49ae2a.tar.gz
freebsd-ports-gnome-0307fa21a54024c9a2f89c8797ee78710d49ae2a.tar.zst
freebsd-ports-gnome-0307fa21a54024c9a2f89c8797ee78710d49ae2a.zip
- tar -> ${TAR} (since we have now a bsdtar ;)
Diffstat (limited to 'games/nil/Makefile')
-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} ""