aboutsummaryrefslogtreecommitdiff
path: root/benchmarks/dbench/Makefile
diff options
context:
space:
mode:
authorVolker Stolz <vs@FreeBSD.org>2005-03-21 15:01:25 +0000
committerVolker Stolz <vs@FreeBSD.org>2005-03-21 15:01:25 +0000
commit6f43ed8252efec11c7399d64e05e2f85b4684d99 (patch)
treeabec3701edaeec3c5efa325965e8e0ea77190680 /benchmarks/dbench/Makefile
parentc9ec289a5c89208342995a5e6c84954df21b38f3 (diff)
downloadports-6f43ed8252efec11c7399d64e05e2f85b4684d99.tar.gz
ports-6f43ed8252efec11c7399d64e05e2f85b4684d99.zip
Notes
Diffstat (limited to 'benchmarks/dbench/Makefile')
-rw-r--r--benchmarks/dbench/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/benchmarks/dbench/Makefile b/benchmarks/dbench/Makefile
index dcc56e9e4669..e5248e61fa8f 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>