diff options
author | jlaffaye <jlaffaye@FreeBSD.org> | 2015-08-25 04:20:01 +0800 |
---|---|---|
committer | jlaffaye <jlaffaye@FreeBSD.org> | 2015-08-25 04:20:01 +0800 |
commit | 09c7834c28b9994f4f6ce0e0b34383f23cf34163 (patch) | |
tree | 757eafb187eb583b72ee9e42d594ba3eda842d98 /benchmarks | |
parent | 387767a09e84eb4e8a3bac825557a86d4bbbfd3f (diff) | |
download | freebsd-ports-gnome-09c7834c28b9994f4f6ce0e0b34383f23cf34163.tar.gz freebsd-ports-gnome-09c7834c28b9994f4f6ce0e0b34383f23cf34163.tar.zst freebsd-ports-gnome-09c7834c28b9994f4f6ce0e0b34383f23cf34163.zip |
Commit the real fix.
r395185 did not fix fetch stage
While I'm here, move LICENSE to make portlint happy.
Diffstat (limited to 'benchmarks')
-rw-r--r-- | benchmarks/dbench/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/benchmarks/dbench/Makefile b/benchmarks/dbench/Makefile index 6511b75a4f9b..334f8ff6fcb0 100644 --- a/benchmarks/dbench/Makefile +++ b/benchmarks/dbench/Makefile @@ -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@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 |