summaryrefslogtreecommitdiff
path: root/benchmarks/lmbench
diff options
context:
space:
mode:
authoragc <agc@pkgsrc.org>2001-10-26 12:54:24 +0000
committeragc <agc@pkgsrc.org>2001-10-26 12:54:24 +0000
commitc6170d9f6eb3396b41f8691ded1887dd173c8b63 (patch)
tree25b28f2017c9c89649e3baf604a29b443dc4de83 /benchmarks/lmbench
parenta0949d40a78698f884664a87d9a3d6f3ec3a2a98 (diff)
downloadpkgsrc-c6170d9f6eb3396b41f8691ded1887dd173c8b63.tar.gz
As this script is called directly by the package Makefile, move it out
of the scripts directory, so that we don't confuse it with one of the automatically called scripts in bsd.pkg.mk
Diffstat (limited to 'benchmarks/lmbench')
-rw-r--r--benchmarks/lmbench/Makefile4
-rwxr-xr-xbenchmarks/lmbench/files/do-install (renamed from benchmarks/lmbench/scripts/do-install)0
2 files changed, 2 insertions, 2 deletions
diff --git a/benchmarks/lmbench/Makefile b/benchmarks/lmbench/Makefile
index fb03add0474..e9ef9d6741a 100644
--- a/benchmarks/lmbench/Makefile
+++ b/benchmarks/lmbench/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2001/04/09 11:45:38 wiz Exp $
+# $NetBSD: Makefile,v 1.13 2001/10/26 12:56:21 agc Exp $
DISTNAME= lmbench-2alpha11
PKGNAME= lmbench-2.11a
@@ -29,7 +29,7 @@ post-configure:
do-install:
@${SETENV} PREFIX=${PREFIX} WRKSRC=${WRKSRC} \
- INSTALL_PROGRAM=${INSTALL} ${SCRIPTDIR}/do-install
+ INSTALL_PROGRAM=${INSTALL} ${FILESDIR}/do-install
.include "../../mk/bsd.prefs.mk"
diff --git a/benchmarks/lmbench/scripts/do-install b/benchmarks/lmbench/files/do-install
index fbafa8bf4c4..fbafa8bf4c4 100755
--- a/benchmarks/lmbench/scripts/do-install
+++ b/benchmarks/lmbench/files/do-install