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/lmbench | |
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/lmbench')
-rw-r--r-- | benchmarks/lmbench/Makefile | 4 | ||||
-rwxr-xr-x | benchmarks/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 |