diff options
author | mharo <mharo@FreeBSD.org> | 1999-08-22 19:01:07 +0000 |
---|---|---|
committer | mharo <mharo@FreeBSD.org> | 1999-08-22 19:01:07 +0000 |
commit | 89e9e517a9f1c97f22317b99b12b1133075eab02 (patch) | |
tree | faad1b92712e2988cd55bc71cc77494abb6ed655 /games/maelstrom | |
parent | 164234dfead0f28fb873b763e6f378cb3313f426 (diff) | |
download | FreeBSD-ports-89e9e517a9f1c97f22317b99b12b1133075eab02.zip FreeBSD-ports-89e9e517a9f1c97f22317b99b12b1133075eab02.tar.gz |
chmod -> ${CHMOD}
chown -> ${CHOWN}
Diffstat (limited to 'games/maelstrom')
-rw-r--r-- | games/maelstrom/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/games/maelstrom/Makefile b/games/maelstrom/Makefile index de97a04..e4768af 100644 --- a/games/maelstrom/Makefile +++ b/games/maelstrom/Makefile @@ -3,7 +3,7 @@ # Date created: 13 May 1998 # Whom: Andrey Zakhvatov # -# $Id: Makefile,v 1.5 1998/09/15 11:13:09 asami Exp $ +# $Id: Makefile,v 1.6 1998/09/17 00:32:33 asami Exp $ # DISTNAME= Maelstrom-1.4.3-L2.0.6-src @@ -29,8 +29,8 @@ do-install: @ ${INSTALL_DATA} ${WRKSRC}/Maelstrom\ ${file} ${PREFIX}/share/Maelstrom .endfor @ ${INSTALL_DATA} ${WRKSRC}/Maelstrom-Scores ${PREFIX}/share/Maelstrom - @ chown games:games ${PREFIX}/share/Maelstrom/Maelstrom-Scores - @ chmod 666 ${PREFIX}/share/Maelstrom/Maelstrom-Scores + @ ${CHOWN} games:games ${PREFIX}/share/Maelstrom/Maelstrom-Scores + @ ${CHMOD} 666 ${PREFIX}/share/Maelstrom/Maelstrom-Scores @ ${MKDIR} ${PREFIX}/share/Maelstrom/Images @ ${INSTALL_DATA} ${WRKSRC}/Images/*n ${PREFIX}/share/Maelstrom/Images |