aboutsummaryrefslogtreecommitdiffstats
path: root/benchmarks
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2014-01-05 09:06:11 +0800
committerbapt <bapt@FreeBSD.org>2014-01-05 09:06:11 +0800
commit06d120a7a1e0ba69d50b49eccbb50c5d223cb25d (patch)
tree10a09baa7395e0e8afe448abd18c38149376d428 /benchmarks
parent30a03999bdb705bd7c3fd11491e4c47e6f01e792 (diff)
downloadfreebsd-ports-gnome-06d120a7a1e0ba69d50b49eccbb50c5d223cb25d.tar.gz
freebsd-ports-gnome-06d120a7a1e0ba69d50b49eccbb50c5d223cb25d.tar.zst
freebsd-ports-gnome-06d120a7a1e0ba69d50b49eccbb50c5d223cb25d.zip
Support stage
Diffstat (limited to 'benchmarks')
-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>