Date: Sun, 5 Jan 2014 00:49:55 +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: r338723 - head/benchmarks/randomio Message-ID: <201401050049.s050ntsK090571@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201401050049.s050ntsK090571>