diff options
author | Julien Laffaye <jlaffaye@FreeBSD.org> | 2015-08-24 20:55:40 +0000 |
---|---|---|
committer | Julien Laffaye <jlaffaye@FreeBSD.org> | 2015-08-24 20:55:40 +0000 |
commit | 96c100fa6558a850d9ab2ecfa9822b8e9a07f1c0 (patch) | |
tree | 39a691881107b178feb62bdfd2cbe37e6da56a69 /benchmarks | |
parent | b0b1bcc50cbb9c4528f53bb24a0fe397b3f7c132 (diff) | |
download | ports-96c100fa6558a850d9ab2ecfa9822b8e9a07f1c0.tar.gz ports-96c100fa6558a850d9ab2ecfa9822b8e9a07f1c0.zip |
Notes
Diffstat (limited to 'benchmarks')
-rw-r--r-- | benchmarks/dbench/Makefile | 5 | ||||
-rw-r--r-- | benchmarks/dbench/pkg-descr | 2 |
2 files changed, 3 insertions, 4 deletions
diff --git a/benchmarks/dbench/Makefile b/benchmarks/dbench/Makefile index 334f8ff6fcb0..0d892cc24b66 100644 --- a/benchmarks/dbench/Makefile +++ b/benchmarks/dbench/Makefile @@ -5,8 +5,7 @@ PORTNAME= dbench PORTVERSION= 4.0 PORTREVISION= 2 CATEGORIES= benchmarks -MASTER_SITES= SAMBA -MASTER_SITE_SUBDIR= tridge/dbench +MASTER_SITES= SAMBA/tridge/dbench MAINTAINER= jlaffaye@FreeBSD.org COMMENT= Simulation of the Ziff-Davis netbench benchmark @@ -17,7 +16,7 @@ LIB_DEPENDS= libpopt.so:${PORTSDIR}/devel/popt CFLAGS+= -I${LOCALBASE}/include LIBS+= -L${LOCALBASE}/lib -USE_AUTOTOOLS= autoconf +USES= autoreconf GNU_CONFIGURE= yes CONFIGURE_ARGS+=--datadir=${DATADIR} diff --git a/benchmarks/dbench/pkg-descr b/benchmarks/dbench/pkg-descr index b9e0be584ca2..fc4c1560c02e 100644 --- a/benchmarks/dbench/pkg-descr +++ b/benchmarks/dbench/pkg-descr @@ -3,4 +3,4 @@ of the commercial Netbench benchmark, but without requiring a lab of Windows load generators to run. It is now considered a de-facto standard for generating load on the Linux VFS. -WWW: http://dbench.samba.org/ +WWW: http://dbench.samba.org/ |