Index: head/benchmarks/dbench/Makefile =================================================================== --- head/benchmarks/dbench/Makefile (revision 395184) +++ head/benchmarks/dbench/Makefile (revision 395185) @@ -1,27 +1,26 @@ # Created by: Andrew Shevtsov # $FreeBSD$ PORTNAME= dbench PORTVERSION= 4.0 PORTREVISION= 2 CATEGORIES= benchmarks -MASTER_SITES= SAMBA/../../ftp/tridge/dbench +MASTER_SITES= ftp/tridge/dbench MAINTAINER= jlaffaye@FreeBSD.org COMMENT= Simulation of the Ziff-Davis netbench benchmark -BROKEN= Unfetchable LIB_DEPENDS= libpopt.so:${PORTSDIR}/devel/popt LICENSE= GPLv3 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