mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Support stage
This commit is contained in:
parent
06c65dcdee
commit
48213b26e0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=338723
1 changed files with 2 additions and 3 deletions
|
@ -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>
|
||||||
|
|
Loading…
Add table
Reference in a new issue