diff options
author | wiz <wiz> | 2000-01-02 03:14:03 +0000 |
---|---|---|
committer | wiz <wiz> | 2000-01-02 03:14:03 +0000 |
commit | 3a66b151da5f839ffb7157e15bd082c42fdc5236 (patch) | |
tree | 74d62630cb5accb6f45807207a2c670af18fa2c2 /games/craft/Makefile | |
parent | 8079880d9eecae5969b35713bbeb80439b123a47 (diff) | |
download | pkgsrc-3a66b151da5f839ffb7157e15bd082c42fdc5236.tar.gz |
replaced some commands by their ${COMMAND} counterparts
Diffstat (limited to 'games/craft/Makefile')
-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: |