summaryrefslogtreecommitdiff
path: root/net/netdisco
diff options
context:
space:
mode:
authortv <tv@pkgsrc.org>2006-11-10 17:34:09 +0000
committertv <tv@pkgsrc.org>2006-11-10 17:34:09 +0000
commit25a40248061d30e97c0e11465713e8ddca785bf3 (patch)
treed14029e2529c2e6d34dc0be3357cb0bc70b8c46d /net/netdisco
parenta6c32dca6a7158a79290c52ed95715aa3a0ee5f4 (diff)
downloadpkgsrc-25a40248061d30e97c0e11465713e8ddca785bf3.tar.gz
Use find -print | xargs rather than find -exec.
Diffstat (limited to 'net/netdisco')
-rw-r--r--net/netdisco/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/netdisco/Makefile b/net/netdisco/Makefile
index 349750de641..53e084ae5f0 100644
--- a/net/netdisco/Makefile
+++ b/net/netdisco/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2006/06/30 09:54:42 joerg Exp $
+# $NetBSD: Makefile,v 1.16 2006/11/10 17:42:48 tv Exp $
#
DISTNAME= netdisco-0.94_with_mibs
@@ -123,7 +123,7 @@ do-build:
${MV} ${WRKSRC:Q}/"$$i" ${WRKSRC:Q}/doc/; \
done
cd ${WRKSRC:Q} && \
- ${FIND} . \( -name '*.orig' -o -name '*.bak' \) -exec ${RM} -f {} \;
+ ${FIND} . \( -name '*.orig' -o -name '*.bak' \) -print | ${XARGS} ${RM} -f
do-install:
${INSTALL_SCRIPT} ${WRKSRC:Q}/bin/netdisco_daemon \