diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2000-03-08 22:49:06 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2000-03-08 22:49:06 +0000 |
commit | a47881fe6f0067cd214f7738174c1579623aac83 (patch) | |
tree | 1ffc7d4b1359af9a81883a1b0f39b99ad31580f6 /games/xracer/Makefile | |
parent | Build spool dirs when user install leafnode+ as a package. (diff) |
chmod -> ${CHMOD}
Notes
Notes:
svn path=/head/; revision=26674
Diffstat (limited to 'games/xracer/Makefile')
-rw-r--r-- | games/xracer/Makefile | 4 |
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 \ |