mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
Commit the real fix.
r395185 did not fix fetch stage While I'm here, move LICENSE to make portlint happy.
This commit is contained in:
parent
6074555ce1
commit
b0b1bcc50c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=395186
1 changed files with 4 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue