mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
benchmarks/dbench: Moved man to share/man
Approved by: portmgr (blanket)
This commit is contained in:
parent
0c5461212b
commit
c7d22bd5fa
2 changed files with 5 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
||||||
PORTNAME= dbench
|
PORTNAME= dbench
|
||||||
PORTVERSION= 4.0
|
PORTVERSION= 4.0
|
||||||
PORTREVISION= 2
|
PORTREVISION= 3
|
||||||
CATEGORIES= benchmarks
|
CATEGORIES= benchmarks
|
||||||
MASTER_SITES= SAMBA/tridge/dbench
|
MASTER_SITES= SAMBA/tridge/dbench
|
||||||
|
|
||||||
|
@ -16,6 +16,7 @@ CFLAGS+= -I${LOCALBASE}/include
|
||||||
LIBS+= -L${LOCALBASE}/lib
|
LIBS+= -L${LOCALBASE}/lib
|
||||||
USES= autoreconf
|
USES= autoreconf
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
|
GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
|
||||||
CONFIGURE_ARGS+=--datadir=${DATADIR}
|
CONFIGURE_ARGS+=--datadir=${DATADIR}
|
||||||
|
|
||||||
post-install:
|
post-install:
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
bin/dbench
|
bin/dbench
|
||||||
bin/tbench
|
bin/tbench
|
||||||
bin/tbench_srv
|
bin/tbench_srv
|
||||||
man/man1/dbench.1.gz
|
share/man/man1/dbench.1.gz
|
||||||
man/man1/tbench.1.gz
|
share/man/man1/tbench.1.gz
|
||||||
man/man1/tbench_srv.1.gz
|
share/man/man1/tbench_srv.1.gz
|
||||||
%%DATADIR%%/client.txt
|
%%DATADIR%%/client.txt
|
||||||
|
|
Loading…
Add table
Reference in a new issue