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/glasteroids | |
parent | 8c40db4c8e56b4f37d98973954c3b00dbf3f5762 (diff) |
Notes
Diffstat (limited to 'games/glasteroids')
-rw-r--r-- | games/glasteroids/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/glasteroids/Makefile b/games/glasteroids/Makefile index 5d5691e3d795..34379d9c59e9 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) |