summaryrefslogtreecommitdiff
path: root/devel/rt-mysql
diff options
context:
space:
mode:
authorheinz <heinz@pkgsrc.org>2004-01-27 00:53:10 +0000
committerheinz <heinz@pkgsrc.org>2004-01-27 00:53:10 +0000
commit18a916d5e6481b140ffb5e120e09d36645a44a11 (patch)
tree0e38a95bbce9b72b902212b13f3fff0a72b2b5fd /devel/rt-mysql
parentd84262f580a6d28b6b7bde5294039c4f6e0999df (diff)
downloadpkgsrc-18a916d5e6481b140ffb5e120e09d36645a44a11.tar.gz
Use $FIND with "-print". Noted by Georg Schwarz in PR pkg/24248
Diffstat (limited to 'devel/rt-mysql')
-rw-r--r--devel/rt-mysql/Makefile.common4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/rt-mysql/Makefile.common b/devel/rt-mysql/Makefile.common
index a87d7ae8987..5e62ef3b457 100644
--- a/devel/rt-mysql/Makefile.common
+++ b/devel/rt-mysql/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.4 2003/07/17 21:33:37 grant Exp $
+# $NetBSD: Makefile.common,v 1.5 2004/01/27 00:53:10 heinz Exp $
DISTNAME= rt-2-0-13
CATEGORIES= devel
@@ -90,7 +90,7 @@ DEPENDS+= p5-Apache-DBI-[0-9]*:../../databases/p5-Apache-DBI
pre-configure:
@${ECHO} "=> Removing CVS directories from work directory"
- @${FIND} ${WRKSRC} -name CVS -type d | ${XARGS} ${RM} -rf
+ @${FIND} ${WRKSRC} -name CVS -type d -print | ${XARGS} ${RM} -rf
@${CP} ${FILESDIR}/rtconfig ${WRKSRC}/rtconfig
@${CP} ${FILESDIR}/README ${WRKSRC}/README.pkg
@cd ${WRKSRC} ; \