aboutsummaryrefslogtreecommitdiffstats
path: root/benchmarks/pathchirp/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'benchmarks/pathchirp/Makefile')
-rw-r--r--benchmarks/pathchirp/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/benchmarks/pathchirp/Makefile b/benchmarks/pathchirp/Makefile
index 14b683bdad4a..c5bfd1e0d952 100644
--- a/benchmarks/pathchirp/Makefile
+++ b/benchmarks/pathchirp/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= pathchirp
-PORTVERSION= 2.3.8
+PORTVERSION= 2.4.0
CATEGORIES= benchmarks
MASTER_SITES= http://www.spin.rice.edu/Software/pathChirp/
@@ -16,10 +16,10 @@ COMMENT= A measurement tool for available bandwidth estimation
GNU_CONFIGURE= yes
USE_GMAKE= yes
-PLIST_FILES= bin/pathchirp_rcv bin/pathchirp_snd
+PLIST_FILES= bin/pathchirp_rcv bin/pathchirp_snd bin/pathchirp_run
do-install:
-.for f in pathchirp_rcv pathchirp_snd
+.for f in pathchirp_rcv pathchirp_snd pathchirp_run
${INSTALL_PROGRAM} ${WRKSRC}/Bin/${ARCH}/${f} ${PREFIX}/bin
.endfor