summaryrefslogtreecommitdiff
path: root/benchmarks
diff options
context:
space:
mode:
authorrillig <rillig>2006-07-02 20:25:34 +0000
committerrillig <rillig>2006-07-02 20:25:34 +0000
commitfda6f182491143f135ccee43779911279c804788 (patch)
tree9b869d9f80564cedb8df8bde16482758ee521901 /benchmarks
parent5e28fdfe67c25f5654e3fd62f493ba0f6464cb27 (diff)
downloadpkgsrc-fda6f182491143f135ccee43779911279c804788.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}; \