Date: Sun, 5 Jan 2014 01:06:11 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r338728 - head/benchmarks/pathrate Message-ID: <201401050106.s0516BZA098078@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bapt Date: Sun Jan 5 01:06:11 2014 New Revision: 338728 URL: http://svnweb.freebsd.org/changeset/ports/338728 Log: Support stage Modified: head/benchmarks/pathrate/Makefile Modified: head/benchmarks/pathrate/Makefile ============================================================================== --- head/benchmarks/pathrate/Makefile Sun Jan 5 01:05:11 2014 (r338727) +++ head/benchmarks/pathrate/Makefile Sun Jan 5 01:06:11 2014 (r338728) @@ -8,7 +8,7 @@ MASTER_SITES= http://www.cc.gatech.edu/f 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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201401050106.s0516BZA098078>