Index: head/benchmarks/dbench/Makefile =================================================================== --- head/benchmarks/dbench/Makefile (revision 395187) +++ head/benchmarks/dbench/Makefile (revision 395188) @@ -1,27 +1,26 @@ # Created by: Andrew Shevtsov # $FreeBSD$ 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 LICENSE= GPLv3 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} post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/* .include Index: head/benchmarks/dbench/pkg-descr =================================================================== --- head/benchmarks/dbench/pkg-descr (revision 395187) +++ head/benchmarks/dbench/pkg-descr (revision 395188) @@ -1,6 +1,6 @@ Dbench is a filesystem benchmark that generates load patterns similar to those 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/