summaryrefslogtreecommitdiffstats
path: root/games/glasteroids/Makefile
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2000-03-08 22:49:06 +0000
committerkris <kris@FreeBSD.org>2000-03-08 22:49:06 +0000
commit0cb29ed507751d96e2de1c9bf0ba30dd791cbd0e (patch)
treef04bf6b88285ca7e28d22d3111c63b41a8ea9a3d /games/glasteroids/Makefile
parent2ec30c57c02d38cba0170c5a4f5a54cb342c8bb5 (diff)
downloadFreeBSD-ports-0cb29ed507751d96e2de1c9bf0ba30dd791cbd0e.zip
FreeBSD-ports-0cb29ed507751d96e2de1c9bf0ba30dd791cbd0e.tar.gz
chmod -> ${CHMOD}
Diffstat (limited to 'games/glasteroids/Makefile')
-rw-r--r--games/glasteroids/Makefile4
1 files changed, 2 insertions, 2 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)
OpenPOWER on IntegriCloud