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/craft | |
parent | 67070df67b8cb2173bdbaea6fd997dba4ce1c5d2 (diff) | |
download | pkgsrc-855416f2897660fc56085805e75a21144ba6c247.tar.gz |
replaced some commands by their ${COMMAND} counterparts
Diffstat (limited to 'games/craft')
-rw-r--r-- | games/craft/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/craft/Makefile b/games/craft/Makefile index 5a9e02e04a3..5773230087f 100644 --- a/games/craft/Makefile +++ b/games/craft/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 1999/08/11 22:42:22 tron Exp $ +# $NetBSD: Makefile,v 1.6 2000/01/02 03:20:10 wiz Exp $ DISTNAME= craftcc35 PKGNAME= craft-3.5 @@ -14,7 +14,7 @@ USE_X11BASE= yes WRKSRC= ${WRKDIR} post-extract: - @find ${WRKSRC} -type f -name '*~' | xargs ${RM} -f + @${FIND} ${WRKSRC} -type f -name '*~' | xargs ${RM} -f @${LN} -fs ${FILESDIR}/Makefile ${WRKSRC} post-patch: |