[Midnightbsd-cvs] mports [22588] trunk/benchmarks/iperf: fix man install

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Wed Sep 27 18:54:10 EDT 2017


Revision: 22588
          http://svnweb.midnightbsd.org/mports/?rev=22588
Author:   laffer1
Date:     2017-09-27 18:54:10 -0400 (Wed, 27 Sep 2017)
Log Message:
-----------
fix man install

Modified Paths:
--------------
    trunk/benchmarks/iperf/Makefile
    trunk/benchmarks/iperf/pkg-descr

Modified: trunk/benchmarks/iperf/Makefile
===================================================================
--- trunk/benchmarks/iperf/Makefile	2017-09-27 22:53:02 UTC (rev 22587)
+++ trunk/benchmarks/iperf/Makefile	2017-09-27 22:54:10 UTC (rev 22588)
@@ -16,8 +16,7 @@
 
 GNU_CONFIGURE=	yes
 
-MAN1=		iperf.1
-PLIST_FILES=	bin/iperf
+PLIST_FILES=	bin/iperf man/man1/iperf.1.gz
 PORTDOCS=	*
 
 .include <bsd.mport.options.mk>

Modified: trunk/benchmarks/iperf/pkg-descr
===================================================================
--- trunk/benchmarks/iperf/pkg-descr	2017-09-27 22:53:02 UTC (rev 22587)
+++ trunk/benchmarks/iperf/pkg-descr	2017-09-27 22:54:10 UTC (rev 22588)
@@ -2,11 +2,11 @@
 
 While tools to measure network performance, such as ttcp,
 exist, most are very old and have confusing options. Iperf
-was developed as a modern alternative for measuring TCP 
+was developed as a modern alternative for measuring TCP
 and UDP bandwidth performance.
 
 Iperf is a tool to measure maximum TCP bandwidth, allowing
 the tuning of various parameters and UDP characteristics.
-Iperf reports bandwidth, delay jitter, datagram loss. 
+Iperf reports bandwidth, delay jitter, datagram loss.
 
-WWW: http://iperf.sourceforge.net/
+WWW: https://sourceforge.net/projects/iperf2/



More information about the Midnightbsd-cvs mailing list