summaryrefslogtreecommitdiff
path: root/benchmarks/dbench/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'benchmarks/dbench/Makefile')
-rw-r--r--benchmarks/dbench/Makefile9
1 files changed, 3 insertions, 6 deletions
diff --git a/benchmarks/dbench/Makefile b/benchmarks/dbench/Makefile
index 682fbb35db7..8fb9fee037b 100644
--- a/benchmarks/dbench/Makefile
+++ b/benchmarks/dbench/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.6 2004/10/28 16:43:14 wiz Exp $
-#
+# $NetBSD: Makefile,v 1.7 2004/11/10 15:32:33 adam Exp $
-DISTNAME= dbench-1.3
+DISTNAME= dbench-2.1
CATEGORIES= benchmarks
MASTER_SITES= http://samba.org/ftp/tridge/dbench/
@@ -11,8 +10,6 @@ COMMENT= Simulation of the Ziff-Davis netbench benchmark
PKG_INSTALLATION_TYPES= overwrite pkgviews
-WRKSRC= ${WRKDIR}/dbench
-
.include "../../mk/bsd.prefs.mk"
.if ${OPSYS} == "SunOS"
@@ -26,6 +23,6 @@ do-install:
${INSTALL_PROGRAM} ${WRKSRC}/tbench ${PREFIX}/bin/tbench
${INSTALL_PROGRAM} ${WRKSRC}/tbench_srv ${PREFIX}/bin/tbench_srv
${INSTALL_DATA_DIR} ${PREFIX}/share/dbench
- ${INSTALL_DATA} ${WRKSRC}/client.txt ${PREFIX}/share/dbench/client.txt
+ ${INSTALL_DATA} ${WRKSRC}/client_*.txt ${PREFIX}/share/dbench/
.include "../../mk/bsd.pkg.mk"