summaryrefslogtreecommitdiff
path: root/games/craft
diff options
context:
space:
mode:
Diffstat (limited to 'games/craft')
-rw-r--r--games/craft/Makefile4
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: