aboutsummaryrefslogtreecommitdiff
path: root/games/xracer
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2000-03-08 22:49:06 +0000
committerKris Kennaway <kris@FreeBSD.org>2000-03-08 22:49:06 +0000
commita47881fe6f0067cd214f7738174c1579623aac83 (patch)
tree1ffc7d4b1359af9a81883a1b0f39b99ad31580f6 /games/xracer
parent8c40db4c8e56b4f37d98973954c3b00dbf3f5762 (diff)
downloadports-a47881fe6f0067cd214f7738174c1579623aac83.tar.gz
ports-a47881fe6f0067cd214f7738174c1579623aac83.zip
chmod -> ${CHMOD}
Notes
Notes: svn path=/head/; revision=26674
Diffstat (limited to 'games/xracer')
-rw-r--r--games/xracer/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/games/xracer/Makefile b/games/xracer/Makefile
index 0d0926a35e9a..b00bdb31f7cc 100644
--- a/games/xracer/Makefile
+++ b/games/xracer/Makefile
@@ -27,8 +27,8 @@ post-install:
@ ${ECHO} "===> Installing Tracks and Sound"
@ ${CP} -R ${WRKSRC}/../xracer-data \
${PREFIX}/lib/xracer
- @ chmod -R 744 ${PREFIX}/lib/xracer
- @ chmod -R a+X ${PREFIX}/lib/xracer
+ @ ${CHMOD} -R 744 ${PREFIX}/lib/xracer
+ @ ${CHMOD} -R a+X ${PREFIX}/lib/xracer
@ ${ECHO} "===> Installing Documentation"
@ ${MKDIR} ${PREFIX}/share/doc/xracer
@${INSTALL_DATA} ${WRKSRC}/README \