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/maelstrom | |
parent | acfa648bd4bbbfcd4dd84f668832b2ab47009cbd (diff) | |
download | ports-5281212be38447df70380d4e9e8cd0ef1cf11517.tar.gz ports-5281212be38447df70380d4e9e8cd0ef1cf11517.zip |
Notes
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 de97a0418025..e4768af02383 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 |