diff options
author | jlaffaye <jlaffaye@FreeBSD.org> | 2015-08-25 04:55:40 +0800 |
---|---|---|
committer | jlaffaye <jlaffaye@FreeBSD.org> | 2015-08-25 04:55:40 +0800 |
commit | a5dbaa16274d09ffdf176ce2a852d5e81f36fd8f (patch) | |
tree | 39a691881107b178feb62bdfd2cbe37e6da56a69 /benchmarks | |
parent | 09c7834c28b9994f4f6ce0e0b34383f23cf34163 (diff) | |
download | freebsd-ports-gnome-a5dbaa16274d09ffdf176ce2a852d5e81f36fd8f.tar.gz freebsd-ports-gnome-a5dbaa16274d09ffdf176ce2a852d5e81f36fd8f.tar.zst freebsd-ports-gnome-a5dbaa16274d09ffdf176ce2a852d5e81f36fd8f.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]
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/ |