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/twitch | |
parent | 69bfde79150c31751515222d4b4406206d2f8ac6 (diff) | |
download | ports-113d291e1d44b8b6d432ae0d10aff37e68b64dc5.tar.gz ports-113d291e1d44b8b6d432ae0d10aff37e68b64dc5.zip |
Notes
Diffstat (limited to 'games/twitch')
-rw-r--r-- | games/twitch/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/twitch/Makefile b/games/twitch/Makefile index e327405a151a..b99f17c4c724 100644 --- a/games/twitch/Makefile +++ b/games/twitch/Makefile @@ -24,8 +24,8 @@ do-build: do-install: @${MKDIR} ${PREFIX}/share/twitch - (cd ${WRKSRC}; tar cf - images sound levels twitch.*) | \ - (cd ${PREFIX}/share/twitch; tar xf -) + (cd ${WRKSRC}; ${TAR} cf - images sound levels twitch.*) | \ + (cd ${PREFIX}/share/twitch; ${TAR} xf -) @printf "#!/bin/sh\ncd ${PREFIX}/share/twitch && \ ${PYTHON_CMD} ${PREFIX}/share/twitch/twitch.py\n" > ${WRKDIR}/twitch.sh @${INSTALL_SCRIPT} ${WRKDIR}/twitch.sh ${PREFIX}/bin/twitch |