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/rocksndiamonds | |
parent | acfa648bd4bbbfcd4dd84f668832b2ab47009cbd (diff) | |
download | ports-5281212be38447df70380d4e9e8cd0ef1cf11517.tar.gz ports-5281212be38447df70380d4e9e8cd0ef1cf11517.zip |
Notes
Diffstat (limited to 'games/rocksndiamonds')
-rw-r--r-- | games/rocksndiamonds/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/rocksndiamonds/Makefile b/games/rocksndiamonds/Makefile index 06f270f06fce..dea8ef78be32 100644 --- a/games/rocksndiamonds/Makefile +++ b/games/rocksndiamonds/Makefile @@ -3,7 +3,7 @@ # Date created: 27 May 1999 # Whom: Thomas Gellekum <tg@FreeBSD.ORG> # -# $Id: Makefile,v 1.1.1.1 1999/05/27 13:53:02 tg Exp $ +# $Id: Makefile,v 1.2 1999/06/22 17:58:10 steve Exp $ # DISTNAME= rocksndiamonds-1.2.0 @@ -28,7 +28,7 @@ do-install: @${MKDIR} ${GAME_DIR} @cd ${WRKSRC}; tar cpf - graphics levels scores sounds | \ (cd ${GAME_DIR}; tar xpf -) - @chmod 777 ${GAME_DIR}/scores + @${CHMOD} 777 ${GAME_DIR}/scores .if !defined(NOPPORTDOCS) @${MKDIR} ${DOC_DIR} .for docfile in CHANGES CREDITS HARDWARE README TODO |