summaryrefslogtreecommitdiff
path: root/chat/pircbot
diff options
context:
space:
mode:
authortv <tv@pkgsrc.org>2006-11-10 16:50:54 +0000
committertv <tv@pkgsrc.org>2006-11-10 16:50:54 +0000
commitb16e61f08ae31a120bb2b0f7ed66061e1fee048f (patch)
treecb1e433da59a585562d51d74be125c5a8bb6f303 /chat/pircbot
parent1cd84fb248e08eeef1cd7be1a32d02db726ef6ab (diff)
downloadpkgsrc-b16e61f08ae31a120bb2b0f7ed66061e1fee048f.tar.gz
Use find -print | xargs rather than find -exec.
Diffstat (limited to 'chat/pircbot')
-rw-r--r--chat/pircbot/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/chat/pircbot/Makefile b/chat/pircbot/Makefile
index 96df2aa7ae5..e29882e5abb 100644
--- a/chat/pircbot/Makefile
+++ b/chat/pircbot/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2006/03/04 21:29:04 jlam Exp $
+# $NetBSD: Makefile,v 1.15 2006/11/10 16:50:54 tv Exp $
#
DISTNAME= pircbot-0.9.11
@@ -16,8 +16,8 @@ NO_CONFIGURE= YES
NO_BUILD= YES
post-extract:
- ${FIND} ${WRKSRC} -type d -exec ${CHMOD} 755 {} \;
- ${FIND} ${WRKSRC} -type f -exec ${CHMOD} 644 {} \;
+ ${FIND} ${WRKSRC} -type d -print | ${XARGS} ${CHMOD} 755
+ ${FIND} ${WRKSRC} -type f -print | ${XARGS} ${CHMOD} 644
do-install:
${INSTALL_DATA_DIR} ${PREFIX}/lib/java