summaryrefslogtreecommitdiff
path: root/benchmarks
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 /benchmarks
parentd84262f580a6d28b6b7bde5294039c4f6e0999df (diff)
downloadpkgsrc-18a916d5e6481b140ffb5e120e09d36645a44a11.tar.gz
Use $FIND with "-print". Noted by Georg Schwarz in PR pkg/24248
Diffstat (limited to 'benchmarks')
-rw-r--r--benchmarks/bytebench/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/benchmarks/bytebench/Makefile b/benchmarks/bytebench/Makefile
index b110b082647..6258b3067a3 100644
--- a/benchmarks/bytebench/Makefile
+++ b/benchmarks/bytebench/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2003/01/28 22:03:05 jlam Exp $
+# $NetBSD: Makefile,v 1.14 2004/01/27 00:53:12 heinz Exp $
DISTNAME= unixbench-4.1.0
PKGNAME= bytebench-4.1.0
@@ -27,7 +27,7 @@ post-patch:
${CHMOD} +x ${WRKSRC}/run-byte
pre-install:
- ${FIND} ${WRKSRC} -name "*.orig" | ${XARGS} ${RM} -f
+ ${FIND} ${WRKSRC} -name "*.orig" -print | ${XARGS} ${RM} -f
do-install:
${INSTALL_DATA_DIR} ${PREFIX}/libexec/bytebench