mirror of
https://git.freebsd.org/ports.git
synced 2025-07-17 17:29:23 -04:00
benchmarks/autobench: Moved man to share/man
Approved by: portmgr (blanket)
This commit is contained in:
parent
6a2dabc96d
commit
a7ab8d765a
3 changed files with 9 additions and 9 deletions
|
@ -1,6 +1,6 @@
|
||||||
PORTNAME= autobench
|
PORTNAME= autobench
|
||||||
PORTVERSION= 2.1.2
|
PORTVERSION= 2.1.2
|
||||||
PORTREVISION= 9
|
PORTREVISION= 10
|
||||||
CATEGORIES= benchmarks www
|
CATEGORIES= benchmarks www
|
||||||
MASTER_SITES= http://www.xenoclast.org/autobench/downloads/
|
MASTER_SITES= http://www.xenoclast.org/autobench/downloads/
|
||||||
|
|
||||||
|
|
|
@ -5,9 +5,9 @@ bin/bench2graph
|
||||||
bin/crfile
|
bin/crfile
|
||||||
bin/sesslog
|
bin/sesslog
|
||||||
@sample etc/autobench.conf.sample
|
@sample etc/autobench.conf.sample
|
||||||
man/man1/autobench.1.gz
|
share/man/man1/autobench.1.gz
|
||||||
man/man1/autobench_admin.1.gz
|
share/man/man1/autobench_admin.1.gz
|
||||||
man/man1/autobenchd.1.gz
|
share/man/man1/autobenchd.1.gz
|
||||||
man/man1/bench2graph.1.gz
|
share/man/man1/bench2graph.1.gz
|
||||||
man/man1/crfile.1.gz
|
share/man/man1/crfile.1.gz
|
||||||
man/man1/sesslog.1.gz
|
share/man/man1/sesslog.1.gz
|
||||||
|
|
|
@ -54,7 +54,6 @@ USES= charsetfix compiler:c++14-lang desktop-file-utils fortran gl \
|
||||||
USE_LDCONFIG= ${PREFIX}/lib/${PORTNAME}/${PORTVERSION}
|
USE_LDCONFIG= ${PREFIX}/lib/${PORTNAME}/${PORTVERSION}
|
||||||
USE_PERL5= build
|
USE_PERL5= build
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
|
|
||||||
USE_QT= core gui help network opengl printsupport sql widgets xml \
|
USE_QT= core gui help network opengl printsupport sql widgets xml \
|
||||||
buildtools:build linguist:build qmake:build
|
buildtools:build linguist:build qmake:build
|
||||||
USE_XORG= x11 xcursor xext xfixes xft xinerama xrender
|
USE_XORG= x11 xcursor xext xfixes xft xinerama xrender
|
||||||
|
@ -75,7 +74,8 @@ CONFIGURE_ENV= ac_cv_path_SED=${LOCALBASE}/bin/gsed \
|
||||||
QCOLLECTIONGENERATOR_QTVER=${QCOLLECTIONGENERATOR} \
|
QCOLLECTIONGENERATOR_QTVER=${QCOLLECTIONGENERATOR} \
|
||||||
QHELPGENERATOR_QTVER=${QHELPGENERATOR} \
|
QHELPGENERATOR_QTVER=${QHELPGENERATOR} \
|
||||||
RCC_QTVER=${RCC} \
|
RCC_QTVER=${RCC} \
|
||||||
UIC_QTVER=${UIC}
|
UIC_QTVER=${UIC} \
|
||||||
|
man1dir=${PREFIX}/share/man/man1
|
||||||
|
|
||||||
CONFIGURE_ARGS= --disable-jit \
|
CONFIGURE_ARGS= --disable-jit \
|
||||||
--disable-openmp \
|
--disable-openmp \
|
||||||
|
|
Loading…
Add table
Reference in a new issue