diff options
author | mharo <mharo@FreeBSD.org> | 1999-08-23 03:01:07 +0800 |
---|---|---|
committer | mharo <mharo@FreeBSD.org> | 1999-08-23 03:01:07 +0800 |
commit | 89e9e517a9f1c97f22317b99b12b1133075eab02 (patch) | |
tree | faad1b92712e2988cd55bc71cc77494abb6ed655 /games/mirrormagic | |
parent | 164234dfead0f28fb873b763e6f378cb3313f426 (diff) | |
download | freebsd-ports-gnome-89e9e517a9f1c97f22317b99b12b1133075eab02.tar.gz freebsd-ports-gnome-89e9e517a9f1c97f22317b99b12b1133075eab02.tar.zst freebsd-ports-gnome-89e9e517a9f1c97f22317b99b12b1133075eab02.zip |
chmod -> ${CHMOD}
chown -> ${CHOWN}
Diffstat (limited to 'games/mirrormagic')
-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> |