diff options
author | agc <agc@pkgsrc.org> | 2001-10-26 12:54:24 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 2001-10-26 12:54:24 +0000 |
commit | c6170d9f6eb3396b41f8691ded1887dd173c8b63 (patch) | |
tree | 25b28f2017c9c89649e3baf604a29b443dc4de83 /benchmarks/hbench/Makefile | |
parent | a0949d40a78698f884664a87d9a3d6f3ec3a2a98 (diff) | |
download | pkgsrc-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/hbench/Makefile')
-rw-r--r-- | benchmarks/hbench/Makefile | 4 |
1 files changed, 2 insertions, 2 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 |