diff options
author | skrll <skrll@pkgsrc.org> | 2002-02-13 22:33:33 +0000 |
---|---|---|
committer | skrll <skrll@pkgsrc.org> | 2002-02-13 22:33:33 +0000 |
commit | cf92c2011d5216355725a41ee7f129ee877ca196 (patch) | |
tree | ba8a955bc78efca4ec6838070051b2ea7ed9ec44 /games/xjewel | |
parent | a73d05d6d202d3d7a966a0f96758a5a05413cfaf (diff) | |
download | pkgsrc-cf92c2011d5216355725a41ee7f129ee877ca196.tar.gz |
chown -> ${CHOWN}
chmod -> ${CHMOD}
Diffstat (limited to 'games/xjewel')
-rw-r--r-- | games/xjewel/PLIST | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/xjewel/PLIST b/games/xjewel/PLIST index e93066cb9b9..39a194fb18a 100644 --- a/games/xjewel/PLIST +++ b/games/xjewel/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1 2001/11/01 00:56:55 zuntum Exp $ +@comment $NetBSD: PLIST,v 1.2 2002/02/13 22:33:33 skrll Exp $ bin/xjewel man/cat6/xjewel.0 -@exec touch /var/games/xjewel.scores && chown games:games /var/games/xjewel.scores && chmod 664 /var/games/xjewel.scores +@exec touch /var/games/xjewel.scores && ${CHOWN} games:games /var/games/xjewel.scores && ${CHMOD} 664 /var/games/xjewel.scores |