diff options
-rw-r--r-- | benchmarks/fio/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/benchmarks/fio/Makefile b/benchmarks/fio/Makefile index 5e701503f4d2..50dbccc37df2 100644 --- a/benchmarks/fio/Makefile +++ b/benchmarks/fio/Makefile @@ -7,9 +7,10 @@ CATEGORIES= benchmarks MASTER_SITES= http://brick.kernel.dk/snaps/ MAINTAINER= bapt@FreeBSD.org -COMMENT= FIO - flexible IO tester +COMMENT= Flexible IO tester LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING USES= gmake tar:bzip2 |