aboutsummaryrefslogtreecommitdiff
path: root/benchmarks
diff options
context:
space:
mode:
authorJulien Laffaye <jlaffaye@FreeBSD.org>2015-08-24 20:55:40 +0000
committerJulien Laffaye <jlaffaye@FreeBSD.org>2015-08-24 20:55:40 +0000
commit96c100fa6558a850d9ab2ecfa9822b8e9a07f1c0 (patch)
tree39a691881107b178feb62bdfd2cbe37e6da56a69 /benchmarks
parentb0b1bcc50cbb9c4528f53bb24a0fe397b3f7c132 (diff)
downloadports-96c100fa6558a850d9ab2ecfa9822b8e9a07f1c0.tar.gz
ports-96c100fa6558a850d9ab2ecfa9822b8e9a07f1c0.zip
- Remove useless use of MASTER_SITE_SUBDIR [1]
- Convert from USE_AUTOTOOLS to USES=autoreconf [2] - Convert WWW's pkg-descr line from tab to single space Suggested by: bapt [1], [2]
Notes
Notes: svn path=/head/; revision=395188
Diffstat (limited to 'benchmarks')
-rw-r--r--benchmarks/dbench/Makefile5
-rw-r--r--benchmarks/dbench/pkg-descr2
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/