diff options
Diffstat (limited to 'benchmarks/pathrate')
-rw-r--r-- | benchmarks/pathrate/Makefile | 5 |
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> |