summaryrefslogtreecommitdiff
path: root/benchmarks/pathrate
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2014-01-05 01:06:11 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2014-01-05 01:06:11 +0000
commitc7c3cfa73ef30123d3ff5ca5befa49398ca91642 (patch)
tree10a09baa7395e0e8afe448abd18c38149376d428 /benchmarks/pathrate
parentSupport stage (diff)
Support stage
Notes
Notes: svn path=/head/; revision=338728
Diffstat (limited to 'benchmarks/pathrate')
-rw-r--r--benchmarks/pathrate/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/benchmarks/pathrate/Makefile b/benchmarks/pathrate/Makefile
index f95f10b4bc4e..c9abc631fa7c 100644
--- a/benchmarks/pathrate/Makefile
+++ b/benchmarks/pathrate/Makefile
@@ -8,7 +8,7 @@ MASTER_SITES= http://www.cc.gatech.edu/fac/Constantinos.Dovrolis/
DISTNAME= ${PORTNAME}
MAINTAINER= dikshie@lapi.itb.ac.id
-COMMENT= A measurement tool for capacity estimation of network paths
+COMMENT= Measurement tool for capacity estimation of network paths
GNU_CONFIGURE= yes
USES= gmake
@@ -18,10 +18,9 @@ MAKEFILE= makefile
PLIST_FILES= bin/pathrate_rcv bin/pathrate_snd
-NO_STAGE= yes
do-install:
.for f in pathrate_rcv pathrate_snd
- ${INSTALL_PROGRAM} ${WRKSRC}/${f} ${PREFIX}/bin
+ ${INSTALL_PROGRAM} ${WRKSRC}/${f} ${STAGEDIR}${PREFIX}/bin
.endfor
.include <bsd.port.mk>