aboutsummaryrefslogtreecommitdiff
path: root/games/rocksndiamonds
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/rocksndiamonds
parent69bfde79150c31751515222d4b4406206d2f8ac6 (diff)
downloadports-113d291e1d44b8b6d432ae0d10aff37e68b64dc5.tar.gz
ports-113d291e1d44b8b6d432ae0d10aff37e68b64dc5.zip
- tar -> ${TAR} (since we have now a bsdtar ;)
Notes
Notes: svn path=/head/; revision=106396
Diffstat (limited to 'games/rocksndiamonds')
-rw-r--r--games/rocksndiamonds/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/games/rocksndiamonds/Makefile b/games/rocksndiamonds/Makefile
index 866eac1814af..a058fd1f9f92 100644
--- a/games/rocksndiamonds/Makefile
+++ b/games/rocksndiamonds/Makefile
@@ -40,8 +40,8 @@ pre-patch:
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/rocksndiamonds ${PREFIX}/bin
@${MKDIR} ${GAME_DIR}
- @cd ${WRKSRC}; tar cpf - graphics levels scores sounds | \
- (cd ${GAME_DIR}; tar xpf -)
+ @cd ${WRKSRC}; ${TAR} cpf - graphics levels scores sounds | \
+ (cd ${GAME_DIR}; ${TAR} xpf -)
@${CHMOD} 777 ${GAME_DIR}/scores
.if !defined(NOPPORTDOCS)
@${MKDIR} ${DOC_DIR}