summaryrefslogtreecommitdiffstats
path: root/games/rocksndiamonds
diff options
context:
space:
mode:
authormharo <mharo@FreeBSD.org>1999-08-22 19:01:07 +0000
committermharo <mharo@FreeBSD.org>1999-08-22 19:01:07 +0000
commit89e9e517a9f1c97f22317b99b12b1133075eab02 (patch)
treefaad1b92712e2988cd55bc71cc77494abb6ed655 /games/rocksndiamonds
parent164234dfead0f28fb873b763e6f378cb3313f426 (diff)
downloadFreeBSD-ports-89e9e517a9f1c97f22317b99b12b1133075eab02.zip
FreeBSD-ports-89e9e517a9f1c97f22317b99b12b1133075eab02.tar.gz
chmod -> ${CHMOD}
chown -> ${CHOWN}
Diffstat (limited to 'games/rocksndiamonds')
-rw-r--r--games/rocksndiamonds/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/games/rocksndiamonds/Makefile b/games/rocksndiamonds/Makefile
index 06f270f..dea8ef7 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
OpenPOWER on IntegriCloud