diff options
author | kris <kris@FreeBSD.org> | 2000-03-08 22:49:06 +0000 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2000-03-08 22:49:06 +0000 |
commit | 0cb29ed507751d96e2de1c9bf0ba30dd791cbd0e (patch) | |
tree | f04bf6b88285ca7e28d22d3111c63b41a8ea9a3d /games | |
parent | 2ec30c57c02d38cba0170c5a4f5a54cb342c8bb5 (diff) | |
download | FreeBSD-ports-0cb29ed507751d96e2de1c9bf0ba30dd791cbd0e.zip FreeBSD-ports-0cb29ed507751d96e2de1c9bf0ba30dd791cbd0e.tar.gz |
chmod -> ${CHMOD}
Diffstat (limited to 'games')
-rw-r--r-- | games/glasteroids/Makefile | 4 | ||||
-rw-r--r-- | games/xracer/Makefile | 4 | ||||
-rw-r--r-- | games/xshipwars-client/Makefile | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/games/glasteroids/Makefile b/games/glasteroids/Makefile index 5d5691e..34379d9 100644 --- a/games/glasteroids/Makefile +++ b/games/glasteroids/Makefile @@ -32,8 +32,8 @@ do-install: @ ${INSTALL_DATA} ${WRKSRC}/gameText.txf ${PREFIX}/share/glasteroids @ cd ${WRKSRC}; tar -cf - scores.txt textures | \ ( cd ${PREFIX}/share/glasteroids; tar -xf - ) - @ chmod a+rx ${PREFIX}/share/glasteroids/textures - @ chmod a+rw ${PREFIX}/share/glasteroids/scores.txt + @ ${CHMOD} a+rx ${PREFIX}/share/glasteroids/textures + @ ${CHMOD} a+rw ${PREFIX}/share/glasteroids/scores.txt post-install: .if !defined(NOPORTDOCS) diff --git a/games/xracer/Makefile b/games/xracer/Makefile index 0d0926a..b00bdb3 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 \ diff --git a/games/xshipwars-client/Makefile b/games/xshipwars-client/Makefile index 3d2fdf1..72dc58d6 100644 --- a/games/xshipwars-client/Makefile +++ b/games/xshipwars-client/Makefile @@ -27,8 +27,8 @@ post-install: @ ${MKDIR} ${PREFIX}/share/xshipwars @ ${CP} -R ${WRKSRC}/../../images \ ${PREFIX}/share/xshipwars/ - @ chmod -R 744 ${PREFIX}/share/xshipwars - @ chmod -R a+X ${PREFIX}/share/xshipwars + @ ${CHMOD} -R 744 ${PREFIX}/share/xshipwars + @ ${CHMOD} -R a+X ${PREFIX}/share/xshipwars @ ${ECHO} "===> Installing Documentation " @ ${MKDIR} ${PREFIX}/share/doc/xshipwars @${INSTALL_DATA} ${WRKSRC}/../README \ |