diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-01-05 01:06:11 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-01-05 01:06:11 +0000 |
commit | c7c3cfa73ef30123d3ff5ca5befa49398ca91642 (patch) | |
tree | 10a09baa7395e0e8afe448abd18c38149376d428 /benchmarks | |
parent | c8ed1b46b4018bdedb0b795fee575bcbf23ce164 (diff) |
Notes
Diffstat (limited to 'benchmarks')
-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> |