mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-18 00:10:04 +00:00
benchmarks/tsung: Moved man to share/man
Approved by: portmgr (blanket)
This commit is contained in:
parent
b2aa2644bb
commit
73db3bc233
@ -1,5 +1,6 @@
|
||||
PORTNAME= tsung
|
||||
DISTVERSION= 1.8.0
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= benchmarks sysutils
|
||||
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
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
|
||||
|
||||
PLIST_SUB= PORTVERSION=${PORTVERSION}
|
||||
|
||||
@ -27,7 +29,7 @@ PORTEXAMPLES= *
|
||||
OPTIONS_DEFINE= EXAMPLES
|
||||
|
||||
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|install: doc|install: tsung doc|' \
|
||||
${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_recorder_sup.erl
|
||||
lib/tsung/tsung_recorder-%%PORTVERSION%%/src/tsung_recorder.erl
|
||||
man/man1/tsplot.1.gz
|
||||
man/man1/tsung-recorder.1.gz
|
||||
man/man1/tsung.1.gz
|
||||
share/man/man1/tsplot.1.gz
|
||||
share/man/man1/tsung-recorder.1.gz
|
||||
share/man/man1/tsung.1.gz
|
||||
%%DATADIR%%/templates/footer.thtml
|
||||
%%DATADIR%%/templates/graph.thtml
|
||||
%%DATADIR%%/templates/graph_dy.thtml
|
||||
|
Loading…
Reference in New Issue
Block a user