diff options
| author | Julien Laffaye <jlaffaye@FreeBSD.org> | 2015-08-24 20:55:40 +0000 |
|---|---|---|
| committer | Julien Laffaye <jlaffaye@FreeBSD.org> | 2015-08-24 20:55:40 +0000 |
| commit | 96c100fa6558a850d9ab2ecfa9822b8e9a07f1c0 (patch) | |
| tree | 39a691881107b178feb62bdfd2cbe37e6da56a69 /benchmarks/dbench/Makefile | |
| parent | Commit the real fix. (diff) | |
- Remove useless use of MASTER_SITE_SUBDIR [1]
- Convert from USE_AUTOTOOLS to USES=autoreconf [2]
- Convert WWW's pkg-descr line from tab to single space
Suggested by: bapt [1], [2]
Diffstat (limited to 'benchmarks/dbench/Makefile')
| -rw-r--r-- | benchmarks/dbench/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/benchmarks/dbench/Makefile b/benchmarks/dbench/Makefile index 334f8ff6fcb0..0d892cc24b66 100644 --- a/benchmarks/dbench/Makefile +++ b/benchmarks/dbench/Makefile @@ -5,8 +5,7 @@ PORTNAME= dbench PORTVERSION= 4.0 PORTREVISION= 2 CATEGORIES= benchmarks -MASTER_SITES= SAMBA -MASTER_SITE_SUBDIR= tridge/dbench +MASTER_SITES= SAMBA/tridge/dbench MAINTAINER= jlaffaye@FreeBSD.org COMMENT= Simulation of the Ziff-Davis netbench benchmark @@ -17,7 +16,7 @@ LIB_DEPENDS= libpopt.so:${PORTSDIR}/devel/popt CFLAGS+= -I${LOCALBASE}/include LIBS+= -L${LOCALBASE}/lib -USE_AUTOTOOLS= autoconf +USES= autoreconf GNU_CONFIGURE= yes CONFIGURE_ARGS+=--datadir=${DATADIR} |
