diff options
author | Mateusz Piotrowski <0mp@FreeBSD.org> | 2019-03-11 11:00:12 +0000 |
---|---|---|
committer | Mateusz Piotrowski <0mp@FreeBSD.org> | 2019-03-11 11:00:12 +0000 |
commit | 686fc67fc82762d569358fa1031ab79c56b80be6 (patch) | |
tree | f0f72e934217641d95ae076f9162e0618eb4a1a9 /benchmarks | |
parent | 638d581f8692e448b4e7f3b8abe8d89f7131de50 (diff) |
benchmarks/fio: Standardize COMMENT, set LICENSE_FILE
Reviewed by: bapt, krion
Approved by: bapt (maintainer), krion (mentor)
Differential Revision: https://reviews.freebsd.org/D19537
Notes
Notes:
svn path=/head/; revision=495346
Diffstat (limited to 'benchmarks')
-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 |