summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoragc <agc>2001-10-26 12:54:24 +0000
committeragc <agc>2001-10-26 12:54:24 +0000
commita486428a5c9757d0c7d40535108067e4ca7ebe30 (patch)
tree25b28f2017c9c89649e3baf604a29b443dc4de83
parent9cec7137fc7097b5cb6c9c4224a58cd75ab5e11f (diff)
downloadpkgsrc-a486428a5c9757d0c7d40535108067e4ca7ebe30.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
-rw-r--r--benchmarks/hbench/Makefile4
-rwxr-xr-xbenchmarks/hbench/files/do-install (renamed from benchmarks/hbench/scripts/do-install)2
-rw-r--r--benchmarks/lmbench/Makefile4
-rwxr-xr-xbenchmarks/lmbench/files/do-install (renamed from benchmarks/lmbench/scripts/do-install)0
4 files changed, 5 insertions, 5 deletions
diff --git a/benchmarks/hbench/Makefile b/benchmarks/hbench/Makefile
index 3169fe14b84..759fb792466 100644
--- a/benchmarks/hbench/Makefile
+++ b/benchmarks/hbench/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2001/09/22 20:48:28 jdolecek Exp $
+# $NetBSD: Makefile,v 1.16 2001/10/26 12:54:24 agc Exp $
DISTNAME= hbench-OS-1.0
PKGNAME= hbench-1.0nb1
@@ -40,7 +40,7 @@ post-configure:
@ ${CHMOD} 0755 ${WRKSRC}/scripts/*
do-install:
- @${SETENV} PREFIX=${PREFIX} WRKSRC=${WRKSRC} ${SCRIPTDIR}/do-install
+ @${SETENV} PREFIX=${PREFIX} WRKSRC=${WRKSRC} ${FILESDIR}/do-install
benchmark:
@if [ `id -u` != 0 ]; then ${ECHO} "This benchmark must be run as root!" ; exit 1 ; fi
diff --git a/benchmarks/hbench/scripts/do-install b/benchmarks/hbench/files/do-install
index 4890bea83ff..52973c63997 100755
--- a/benchmarks/hbench/scripts/do-install
+++ b/benchmarks/hbench/files/do-install
@@ -1,6 +1,6 @@
#!/bin/sh
#
-# $NetBSD: do-install,v 1.3 2000/08/28 23:03:56 wiz Exp $
+# $NetBSD: do-install,v 1.1 2001/10/26 12:54:24 agc Exp $
#
cd $WRKSRC
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