Support stage
Fix shebang where needed
This commit is contained in:
parent
554c96120f
commit
28c38c646c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=338726
2 changed files with 5 additions and 4 deletions
|
@ -18,13 +18,11 @@ USE_PERL5= run
|
|||
USE_PYTHON_RUN= yes
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
USES= gmake perl5
|
||||
USES= gmake perl5 shebangfix
|
||||
SHEBANG_FILES= src/*.pl.in src/tsung-plotter/tsung/tsung.py
|
||||
|
||||
PLIST_SUB= PORTVERSION=${PORTVERSION}
|
||||
|
||||
MAN1= tsplot.1 tsung-recorder.1 tsung.1
|
||||
|
||||
NO_STAGE= yes
|
||||
post-patch-script:
|
||||
@${REINPLACE_CMD} -e 's|MAN_DIR = $$(datadir)/man/man1/|MAN_DIR = $$(prefix)/man/man1/|' \
|
||||
${WRKSRC}/Makefile.in
|
||||
|
|
|
@ -298,6 +298,9 @@ lib/tsung/bin/tsung_percentile.pl
|
|||
lib/tsung/bin/tsung_stats.pl
|
||||
lib/tsung/tsung_plotter/__init__.py
|
||||
lib/tsung/tsung_plotter/tsung.py
|
||||
man/man1/tsplot.1.gz
|
||||
man/man1/tsung-recorder.1.gz
|
||||
man/man1/tsung.1.gz
|
||||
%%PORTDOCS%%%%DOCSDIR%%/IDXDOC.css
|
||||
%%PORTDOCS%%%%DOCSDIR%%/images/connected.png
|
||||
%%PORTDOCS%%%%DOCSDIR%%/images/ldap-hierarchy.png
|
||||
|
|
Loading…
Reference in a new issue