diff options
Diffstat (limited to 'benchmarks/iozone21/Makefile')
-rw-r--r-- | benchmarks/iozone21/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/benchmarks/iozone21/Makefile b/benchmarks/iozone21/Makefile index 86bc90c25094..e9bb1cbd8f7a 100644 --- a/benchmarks/iozone21/Makefile +++ b/benchmarks/iozone21/Makefile @@ -14,6 +14,8 @@ EXTRACT_SUFX= .shar.gz MAINTAINER= ports@FreeBSD.org +PORTCOMMENT= Performance Test of Sequential File I/O (older version) + LATEST_LINK= iozone21 EXTRACT_CMD= ( gzcat | awk '{if (/^\#!/) x++} {if(x) print $$0'}| /bin/sh ) |