svn commit: r338726 - head/benchmarks/tsung

Baptiste Daroussin bapt at FreeBSD.org
Sun Jan 5 01:01:34 UTC 2014


Author: bapt
Date: Sun Jan  5 01:01:33 2014
New Revision: 338726
URL: http://svnweb.freebsd.org/changeset/ports/338726

Log:
  Support stage
  Fix shebang where needed

Modified:
  head/benchmarks/tsung/Makefile
  head/benchmarks/tsung/pkg-plist

Modified: head/benchmarks/tsung/Makefile
==============================================================================
--- head/benchmarks/tsung/Makefile	Sun Jan  5 00:53:56 2014	(r338725)
+++ head/benchmarks/tsung/Makefile	Sun Jan  5 01:01:33 2014	(r338726)
@@ -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

Modified: head/benchmarks/tsung/pkg-plist
==============================================================================
--- head/benchmarks/tsung/pkg-plist	Sun Jan  5 00:53:56 2014	(r338725)
+++ head/benchmarks/tsung/pkg-plist	Sun Jan  5 01:01:33 2014	(r338726)
@@ -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


More information about the svn-ports-all mailing list