From 855416f2897660fc56085805e75a21144ba6c247 Mon Sep 17 00:00:00 2001 From: wiz Date: Sun, 2 Jan 2000 03:14:03 +0000 Subject: replaced some commands by their ${COMMAND} counterparts --- games/crossfire/Makefile | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'games/crossfire/Makefile') diff --git a/games/crossfire/Makefile b/games/crossfire/Makefile index b45719ff36a..f05a9674c29 100644 --- a/games/crossfire/Makefile +++ b/games/crossfire/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 1999/04/05 17:23:02 mycroft Exp $ +# $NetBSD: Makefile,v 1.5 2000/01/02 03:20:11 wiz Exp $ # DISTNAME= crossfire-0.94.2 @@ -45,18 +45,18 @@ post-install: ${GZCAT} ${DISTDIR}/${CF_MAPS} | ${GTAR} xmf - cd ${X11BASE}/lib/crossfire && \ ${GZCAT} ${DISTDIR}/${CF_SOUND} | ${GTAR} xmf - - @/usr/bin/find ${X11BASE}/lib/crossfire/sounds -name \*.au -type f \ + @${FIND} ${X11BASE}/lib/crossfire/sounds -name \*.au -type f \ > ${WRKDIR}/.RPLAY @${CAT} ${WRKDIR}/.RPLAY >> ${LOCALBASE}/etc/rplay.conf @${CAT} ${WRKDIR}/.RPLAY >> ${DEINSTALL_FILE} @${CAT} ${WRKDIR}/.RPLAY >> ${INSTALL_FILE} @${ECHO} "EOF" >> ${INSTALL_FILE} - @chown root:games ${X11BASE}/bin/crossfire - @chmod 2755 ${X11BASE}/bin/crossfire - @chown -R root:games ${X11BASE}/lib/crossfire - @chmod 775 ${X11BASE}/lib/crossfire/players - @chmod 775 ${X11BASE}/lib/crossfire - @chmod 664 ${X11BASE}/lib/crossfire/highscore + @${CHOWN} root:games ${X11BASE}/bin/crossfire + @${CHMOD} 2755 ${X11BASE}/bin/crossfire + @${CHOWN} -R root:games ${X11BASE}/lib/crossfire + @${CHMOD} 775 ${X11BASE}/lib/crossfire/players + @${CHMOD} 775 ${X11BASE}/lib/crossfire + @${CHMOD} 664 ${X11BASE}/lib/crossfire/highscore pre-clean: @${RM} -f ${DEINSTALL_FILE} ${INSTALL_FILE} ${WRKDIR}/.RPLAY -- cgit v1.2.3