From 06d120a7a1e0ba69d50b49eccbb50c5d223cb25d Mon Sep 17 00:00:00 2001 From: bapt Date: Sun, 5 Jan 2014 01:06:11 +0000 Subject: Support stage --- benchmarks/pathrate/Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'benchmarks') 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 -- cgit