Index: head/benchmarks/dbench/Makefile =================================================================== --- head/benchmarks/dbench/Makefile (revision 395185) +++ head/benchmarks/dbench/Makefile (revision 395186) @@ -1,26 +1,27 @@ # Created by: Andrew Shevtsov # $FreeBSD$ PORTNAME= dbench PORTVERSION= 4.0 PORTREVISION= 2 CATEGORIES= benchmarks -MASTER_SITES= ftp/tridge/dbench +MASTER_SITES= SAMBA +MASTER_SITE_SUBDIR= tridge/dbench MAINTAINER= jlaffaye@FreeBSD.org COMMENT= Simulation of the Ziff-Davis netbench benchmark -LIB_DEPENDS= libpopt.so:${PORTSDIR}/devel/popt - LICENSE= GPLv3 + +LIB_DEPENDS= libpopt.so:${PORTSDIR}/devel/popt CFLAGS+= -I${LOCALBASE}/include LIBS+= -L${LOCALBASE}/lib USE_AUTOTOOLS= autoconf GNU_CONFIGURE= yes CONFIGURE_ARGS+=--datadir=${DATADIR} post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/* .include