aboutsummaryrefslogtreecommitdiff
path: root/games/glasteroids
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/glasteroids
parent8c40db4c8e56b4f37d98973954c3b00dbf3f5762 (diff)
downloadports-a47881fe6f0067cd214f7738174c1579623aac83.tar.gz
ports-a47881fe6f0067cd214f7738174c1579623aac83.zip
chmod -> ${CHMOD}
Notes
Notes: svn path=/head/; revision=26674
Diffstat (limited to 'games/glasteroids')
-rw-r--r--games/glasteroids/Makefile4
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)