svn commit: r395186 - head/benchmarks/dbench
Julien Laffaye
jlaffaye at FreeBSD.org
Mon Aug 24 20:20:02 UTC 2015
Author: jlaffaye
Date: Mon Aug 24 20:20:01 2015
New Revision: 395186
URL: https://svnweb.freebsd.org/changeset/ports/395186
Log:
Commit the real fix.
r395185 did not fix fetch stage
While I'm here, move LICENSE to make portlint happy.
Modified:
head/benchmarks/dbench/Makefile
Modified: head/benchmarks/dbench/Makefile
==============================================================================
--- head/benchmarks/dbench/Makefile Mon Aug 24 20:11:03 2015 (r395185)
+++ head/benchmarks/dbench/Makefile Mon Aug 24 20:20:01 2015 (r395186)
@@ -5,15 +5,16 @@ PORTNAME= dbench
PORTVERSION= 4.0
PORTREVISION= 2
CATEGORIES= benchmarks
-MASTER_SITES= ftp/tridge/dbench
+MASTER_SITES= SAMBA
+MASTER_SITE_SUBDIR= tridge/dbench
MAINTAINER= jlaffaye at 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
More information about the svn-ports-all
mailing list