Support stage

This commit is contained in:
Baptiste Daroussin 2014-01-05 00:49:55 +00:00
parent 06c65dcdee
commit 48213b26e0
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=338723

View file

@ -7,14 +7,13 @@ CATEGORIES= benchmarks
MASTER_SITES= http://www.arctic.org/~dean/randomio/ MASTER_SITES= http://www.arctic.org/~dean/randomio/
MAINTAINER= pluknet@gmail.com MAINTAINER= pluknet@gmail.com
COMMENT= A multithreaded disk i/o microbenchmark COMMENT= Multithreaded disk i/o microbenchmark
USE_BZIP2= yes USE_BZIP2= yes
USES= gmake USES= gmake
PLIST_FILES= bin/${PORTNAME} PLIST_FILES= bin/${PORTNAME}
NO_STAGE= yes
do-install: do-install:
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin/${PORTNAME} ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
.include <bsd.port.mk> .include <bsd.port.mk>