diff options
author | wiz <wiz@pkgsrc.org> | 2000-01-02 03:14:03 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2000-01-02 03:14:03 +0000 |
commit | 855416f2897660fc56085805e75a21144ba6c247 (patch) | |
tree | 74d62630cb5accb6f45807207a2c670af18fa2c2 /games/angband-tty | |
parent | 67070df67b8cb2173bdbaea6fd997dba4ce1c5d2 (diff) | |
download | pkgsrc-855416f2897660fc56085805e75a21144ba6c247.tar.gz |
replaced some commands by their ${COMMAND} counterparts
Diffstat (limited to 'games/angband-tty')
-rw-r--r-- | games/angband-tty/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/games/angband-tty/Makefile b/games/angband-tty/Makefile index d0327fc4d69..905957a2ee2 100644 --- a/games/angband-tty/Makefile +++ b/games/angband-tty/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 1999/02/20 22:48:29 hubertf Exp $ +# $NetBSD: Makefile,v 1.4 2000/01/02 03:20:06 wiz Exp $ # DISTNAME= angband-283 @@ -15,9 +15,9 @@ ALL_TARGET= angband do-install: ${INSTALL} -d -o bin -g games -m 0775 ${PREFIX}/share/angband ${CP} -R ${WRKDIR}/${DISTNAME}/lib/* ${PREFIX}/share/angband - chown -R bin:games ${PREFIX}/share/angband - chmod -R 0664 ${PREFIX}/share/angband/* - (cd ${PREFIX}/share/angband && chmod 0775 apex bone data edit file help info save user xtra) + ${CHOWN} -R bin:games ${PREFIX}/share/angband + ${CHMOD} -R 0664 ${PREFIX}/share/angband/* + (cd ${PREFIX}/share/angband && ${CHMOD} 0775 apex bone data edit file help info save user xtra) ${INSTALL} -c -s -o bin -g games -m 2755 ${WRKSRC}/angband ${PREFIX}/bin .include "../../mk/bsd.pkg.mk" |