summaryrefslogtreecommitdiffstats
path: root/benchmarks
diff options
context:
space:
mode:
authorvs <vs@FreeBSD.org>2005-03-21 15:01:25 +0000
committervs <vs@FreeBSD.org>2005-03-21 15:01:25 +0000
commit9e3d922c42b4df80402aa0090589aad0ed757bb5 (patch)
tree60f8000b6fd6277a2ab8771a3e04b2499e9bf2c4 /benchmarks
parent0645730ae42373f52fd4c986b3e6f79398442811 (diff)
downloadFreeBSD-ports-9e3d922c42b4df80402aa0090589aad0ed757bb5.zip
FreeBSD-ports-9e3d922c42b4df80402aa0090589aad0ed757bb5.tar.gz
Fix two blunders introduced in previous commit.
Pointy hat passed from cluster via kris to: me
Diffstat (limited to 'benchmarks')
-rw-r--r--benchmarks/dbench/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/benchmarks/dbench/Makefile b/benchmarks/dbench/Makefile
index dcc56e9..e5248e6 100644
--- a/benchmarks/dbench/Makefile
+++ b/benchmarks/dbench/Makefile
@@ -16,9 +16,9 @@ COMMENT= A simulation of the Ziff-Davis netbench benchmark
WRKSRC= ${WRKDIR}/dbench
USE_REINPLACE= yes
MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS}"
-PLIST_FILES= dbench tbench tbench_srv
+PLIST_FILES= bin/dbench bin/tbench bin/tbench_srv
do-install:
- cd ${WRKSRC} && ${INSTALL_PROGRAM} ${PLIST_FILES} ${PREFIX}/bih
+ cd ${WRKSRC} && ${INSTALL_PROGRAM} ${PLIST_FILES:T} ${PREFIX}/bin
.include <bsd.port.mk>
OpenPOWER on IntegriCloud