svn commit: r338723 - head/benchmarks/randomio

Baptiste Daroussin bapt at FreeBSD.org
Sun Jan 5 00:49:55 UTC 2014


Author: bapt
Date: Sun Jan  5 00:49:55 2014
New Revision: 338723
URL: http://svnweb.freebsd.org/changeset/ports/338723

Log:
  Support stage

Modified:
  head/benchmarks/randomio/Makefile

Modified: head/benchmarks/randomio/Makefile
==============================================================================
--- head/benchmarks/randomio/Makefile	Sun Jan  5 00:48:45 2014	(r338722)
+++ head/benchmarks/randomio/Makefile	Sun Jan  5 00:49:55 2014	(r338723)
@@ -7,14 +7,13 @@ CATEGORIES=	benchmarks
 MASTER_SITES=	http://www.arctic.org/~dean/randomio/
 
 MAINTAINER=	pluknet at gmail.com
-COMMENT=	A multithreaded disk i/o microbenchmark
+COMMENT=	Multithreaded disk i/o microbenchmark
 
 USE_BZIP2=	yes
 USES=		gmake
 PLIST_FILES=	bin/${PORTNAME}
 
-NO_STAGE=	yes
 do-install:
-	${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin/${PORTNAME}
+	${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list