svn commit: r338730 - head/benchmarks/pathload

Baptiste Daroussin bapt at FreeBSD.org
Sun Jan 5 01:17:20 UTC 2014


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 at 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>


More information about the svn-ports-all mailing list