summaryrefslogtreecommitdiff
path: root/games/xscrabble
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2000-01-02 03:14:03 +0000
committerwiz <wiz@pkgsrc.org>2000-01-02 03:14:03 +0000
commit855416f2897660fc56085805e75a21144ba6c247 (patch)
tree74d62630cb5accb6f45807207a2c670af18fa2c2 /games/xscrabble
parent67070df67b8cb2173bdbaea6fd997dba4ce1c5d2 (diff)
downloadpkgsrc-855416f2897660fc56085805e75a21144ba6c247.tar.gz
replaced some commands by their ${COMMAND} counterparts
Diffstat (limited to 'games/xscrabble')
-rw-r--r--games/xscrabble/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/games/xscrabble/Makefile b/games/xscrabble/Makefile
index 6eea95d0dc1..805fbe4d77e 100644
--- a/games/xscrabble/Makefile
+++ b/games/xscrabble/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 1999/11/12 01:08:24 dmcmahill Exp $
+# $NetBSD: Makefile,v 1.3 2000/01/02 03:20:14 wiz Exp $
#
DISTNAME= xscrabble
@@ -27,8 +27,8 @@ do-install:
${INSTALL_DATA} ${WRKSRC}/OSPD3.gz ${PREFIX}/share/games/xscrabble
${INSTALL_DATA} ${WRKSRC}/scrabble_permutations ${PREFIX}/share/games/xscrabble
${INSTALL_DATA} ${WRKSRC}/xscrabble.scores ${PREFIX}/share/games/xscrabble/xscrabble.scores.dist
- chown ${BINOWN}:games ${PREFIX}/share/games/xscrabble/xscrabble.scores.dist
- chmod 0664 ${PREFIX}/share/games/xscrabble/xscrabble.scores.dist
+ ${CHOWN} ${BINOWN}:games ${PREFIX}/share/games/xscrabble/xscrabble.scores.dist
+ ${CHMOD} 0664 ${PREFIX}/share/games/xscrabble/xscrabble.scores.dist
${INSTALL_DATA} ${WRKSRC}/XScrabble ${PREFIX}/lib/X11/app-defaults
@if [ ! -f /var/games/xscrabble.scores ]; then \
${CP} -p ${PREFIX}/share/games/xscrabble/xscrabble.scores.dist \