Date: Sun, 5 Jan 2014 01:17:20 +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: r338730 - head/benchmarks/pathload Message-ID: <201401050117.s051HKTW002498@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bapt Date: Sun Jan 5 01:17:20 2014 New Revision: 338730 URL: http://svnweb.freebsd.org/changeset/ports/338730 Log: Support stage Modified: head/benchmarks/pathload/Makefile Modified: head/benchmarks/pathload/Makefile ============================================================================== --- head/benchmarks/pathload/Makefile Sun Jan 5 01:16:34 2014 (r338729) +++ head/benchmarks/pathload/Makefile Sun Jan 5 01:17:20 2014 (r338730) @@ -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 network path available bandwidth estimation +COMMENT= Measurement tool for network path available bandwidth estimation GNU_CONFIGURE= yes USES= gmake @@ -19,10 +19,9 @@ MAKE_JOBS_UNSAFE= yes PLIST_FILES= bin/pathload_rcv bin/pathload_snd -NO_STAGE= yes do-install: .for f in pathload_rcv pathload_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?201401050117.s051HKTW002498>