diff options
author | Michael Haro <mharo@FreeBSD.org> | 1999-08-22 19:01:07 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 1999-08-22 19:01:07 +0000 |
commit | 5281212be38447df70380d4e9e8cd0ef1cf11517 (patch) | |
tree | 655e734faae358d2c0edeefd08e9aeac6202b150 /games/mirrormagic/Makefile | |
parent | acfa648bd4bbbfcd4dd84f668832b2ab47009cbd (diff) |
chmod -> ${CHMOD}
chown -> ${CHOWN}
Notes
Notes:
svn path=/head/; revision=20885
Diffstat (limited to 'games/mirrormagic/Makefile')
-rw-r--r-- | games/mirrormagic/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/games/mirrormagic/Makefile b/games/mirrormagic/Makefile index 977e907d1165..a4374455d283 100644 --- a/games/mirrormagic/Makefile +++ b/games/mirrormagic/Makefile @@ -3,7 +3,7 @@ # Date created: 1 April 1998 # Whom: Andrey Zakhvatov # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1999/02/04 00:40:47 steve Exp $ # DISTNAME= mirrormagic-1.3 @@ -36,7 +36,7 @@ do-install: .for file in CHANGES COPYRIGHT DISCLAIMER README @ ${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/mirrormagic .endfor -# @ chmod a=rwx ${PREFIX}/share/mirrormagic/data - @ chmod a=rw ${PREFIX}/share/mirrormagic/data/RAY.* +# @ ${CHMOD} a=rwx ${PREFIX}/share/mirrormagic/data + @ ${CHMOD} a=rw ${PREFIX}/share/mirrormagic/data/RAY.* .include <bsd.port.mk> |