summaryrefslogtreecommitdiff
path: root/x11/egtk
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2000-02-05 15:34:03 +0000
committerwiz <wiz@pkgsrc.org>2000-02-05 15:34:03 +0000
commitb6ba5f3aa9122d0f660422ebc5860bb74634fd09 (patch)
treeabd24041bb847367ee07a1e164058ae28cc80c02 /x11/egtk
parent8c08a5ee2cea28bd185b5eeeac25a01381e302e3 (diff)
downloadpkgsrc-b6ba5f3aa9122d0f660422ebc5860bb74634fd09.tar.gz
find -> ${FIND}
Diffstat (limited to 'x11/egtk')
-rw-r--r--x11/egtk/Makefile12
1 files changed, 6 insertions, 6 deletions
diff --git a/x11/egtk/Makefile b/x11/egtk/Makefile
index 19041b0396b..58de9c6dbdc 100644
--- a/x11/egtk/Makefile
+++ b/x11/egtk/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 1999/10/14 02:30:25 jlam Exp $
+# $NetBSD: Makefile,v 1.3 2000/02/05 15:37:43 wiz Exp $
#
DISTNAME= eiffel_gtk_0.3.3
@@ -17,11 +17,11 @@ USE_X11= yes
WRKSRC= ${WRKDIR}/eGTK
post-extract:
- find ${WRKSRC} -type d -name "CVS" -print | xargs ${RM} -rf
- find ${WRKSRC} -type d -name "ise" -print | xargs ${RM} -rf
- find ${WRKSRC} -type f -name "*.ace" -print | xargs ${RM} -f
- find ${WRKSRC} -type f -name "*.orig" -print | xargs ${RM} -f
- find ${WRKSRC} -type f -name "*.rej" -print | xargs ${RM} -f
+ ${FIND} ${WRKSRC} -type d -name "CVS" -print | xargs ${RM} -rf
+ ${FIND} ${WRKSRC} -type d -name "ise" -print | xargs ${RM} -rf
+ ${FIND} ${WRKSRC} -type f -name "*.ace" -print | xargs ${RM} -f
+ ${FIND} ${WRKSRC} -type f -name "*.orig" -print | xargs ${RM} -f
+ ${FIND} ${WRKSRC} -type f -name "*.rej" -print | xargs ${RM} -f
${RMDIR} ${WRKSRC}/lib/gdk/se ${WRKSRC}/examples/toolbar
${RM} ${WRKSRC}/examples/Makefile
cd ${WRKSRC}/C/se; ${MAKE_PROGRAM} -f Makefile.se clean