mirror of
https://git.freebsd.org/ports.git
synced 2025-05-12 23:31:50 -04:00
benchmarks/tsung: Moved man to share/man
Approved by: portmgr (blanket)
This commit is contained in:
parent
b2aa2644bb
commit
73db3bc233
2 changed files with 6 additions and 4 deletions
|
@ -1,5 +1,6 @@
|
||||||
PORTNAME= tsung
|
PORTNAME= tsung
|
||||||
DISTVERSION= 1.8.0
|
DISTVERSION= 1.8.0
|
||||||
|
PORTREVISION= 1
|
||||||
CATEGORIES= benchmarks sysutils
|
CATEGORIES= benchmarks sysutils
|
||||||
MASTER_SITES= http://tsung.erlang-projects.org/dist/
|
MASTER_SITES= http://tsung.erlang-projects.org/dist/
|
||||||
|
|
||||||
|
@ -19,6 +20,7 @@ SHEBANG_FILES= src/*.pl.in src/tsung-plotter/tsplot.py.in \
|
||||||
src/tsung-plotter/tsung/tsung.py
|
src/tsung-plotter/tsung/tsung.py
|
||||||
|
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
|
GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
|
||||||
|
|
||||||
PLIST_SUB= PORTVERSION=${PORTVERSION}
|
PLIST_SUB= PORTVERSION=${PORTVERSION}
|
||||||
|
|
||||||
|
@ -27,7 +29,7 @@ PORTEXAMPLES= *
|
||||||
OPTIONS_DEFINE= EXAMPLES
|
OPTIONS_DEFINE= EXAMPLES
|
||||||
|
|
||||||
post-patch:
|
post-patch:
|
||||||
@${REINPLACE_CMD} -e 's|MAN_DIR = $$(datadir)/man/man1/|MAN_DIR = $$(prefix)/man/man1/| ; \
|
@${REINPLACE_CMD} -e 's|MAN_DIR = $$(datadir)/man/man1/|MAN_DIR = $$(prefix)/share/man/man1/| ; \
|
||||||
s|CONFDIR = $$(docdir)/examples|CONFDIR = $$(prefix)/share/examples/tsung| ; \
|
s|CONFDIR = $$(docdir)/examples|CONFDIR = $$(prefix)/share/examples/tsung| ; \
|
||||||
s|install: doc|install: tsung doc|' \
|
s|install: doc|install: tsung doc|' \
|
||||||
${WRKSRC}/Makefile.in
|
${WRKSRC}/Makefile.in
|
||||||
|
|
|
@ -282,9 +282,9 @@ lib/tsung/tsung_recorder-%%PORTVERSION%%/src/ts_proxy_recorder.erl
|
||||||
lib/tsung/tsung_recorder-%%PORTVERSION%%/src/ts_proxy_webdav.erl
|
lib/tsung/tsung_recorder-%%PORTVERSION%%/src/ts_proxy_webdav.erl
|
||||||
lib/tsung/tsung_recorder-%%PORTVERSION%%/src/ts_recorder_sup.erl
|
lib/tsung/tsung_recorder-%%PORTVERSION%%/src/ts_recorder_sup.erl
|
||||||
lib/tsung/tsung_recorder-%%PORTVERSION%%/src/tsung_recorder.erl
|
lib/tsung/tsung_recorder-%%PORTVERSION%%/src/tsung_recorder.erl
|
||||||
man/man1/tsplot.1.gz
|
share/man/man1/tsplot.1.gz
|
||||||
man/man1/tsung-recorder.1.gz
|
share/man/man1/tsung-recorder.1.gz
|
||||||
man/man1/tsung.1.gz
|
share/man/man1/tsung.1.gz
|
||||||
%%DATADIR%%/templates/footer.thtml
|
%%DATADIR%%/templates/footer.thtml
|
||||||
%%DATADIR%%/templates/graph.thtml
|
%%DATADIR%%/templates/graph.thtml
|
||||||
%%DATADIR%%/templates/graph_dy.thtml
|
%%DATADIR%%/templates/graph_dy.thtml
|
||||||
|
|
Loading…
Add table
Reference in a new issue