From owner-svn-ports-all@FreeBSD.ORG Sun Jan 5 01:17:20 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id AF23F55C; Sun, 5 Jan 2014 01:17:20 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 9A6971284; Sun, 5 Jan 2014 01:17:20 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id s051HKur002499; Sun, 5 Jan 2014 01:17:20 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id s051HKTW002498; Sun, 5 Jan 2014 01:17:20 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201401050117.s051HKTW002498@svn.freebsd.org> From: Baptiste Daroussin Date: Sun, 5 Jan 2014 01:17:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r338730 - head/benchmarks/pathload X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 05 Jan 2014 01:17:20 -0000 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