svn commit: r338728 - head/benchmarks/pathrate

Baptiste Daroussin bapt at FreeBSD.org
Sun Jan 5 01:06:11 UTC 2014


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


More information about the svn-ports-all mailing list