summaryrefslogtreecommitdiff
path: root/benchmarks
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2006-07-02 20:25:34 +0000
committerrillig <rillig@pkgsrc.org>2006-07-02 20:25:34 +0000
commit175db8ed0e99950c15fb539dc822f23e95abbb46 (patch)
tree9b869d9f80564cedb8df8bde16482758ee521901 /benchmarks
parent753ea0527f6e8a59f08326705b5e3b6b15a5a3bb (diff)
downloadpkgsrc-175db8ed0e99950c15fb539dc822f23e95abbb46.tar.gz
Fixed unprivileged builds: ${CP} cannot overwrite read-only files.
Diffstat (limited to 'benchmarks')
-rw-r--r--benchmarks/lmbench/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/benchmarks/lmbench/Makefile b/benchmarks/lmbench/Makefile
index e73d882245c..f2c9e98381c 100644
--- a/benchmarks/lmbench/Makefile
+++ b/benchmarks/lmbench/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.28 2006/06/30 11:33:13 joerg Exp $
+# $NetBSD: Makefile,v 1.29 2006/07/02 20:25:34 rillig Exp $
DISTNAME= lmbench-2alpha11
PKGNAME= lmbench-2.11a
@@ -20,7 +20,7 @@ MAKE_ENV+= MACHINE_ARCH=${MACHINE_ARCH:Q}
INSTALLATION_DIRS= man/man1 man/man3 man/man8
post-extract:
- ${CP} ${PKGSRCDIR}/mk/gnu-config/config.guess ${WRKSRC}/scripts/gnu-os
+ ${INSTALL_SCRIPT} ${PKGSRCDIR}/mk/gnu-config/config.guess ${WRKSRC}/scripts/gnu-os
post-configure:
cd ${WRKSRC}; \