diff options
author | mm <mm@FreeBSD.org> | 2011-03-22 16:16:28 +0800 |
---|---|---|
committer | mm <mm@FreeBSD.org> | 2011-03-22 16:16:28 +0800 |
commit | 3e2250c4847e80d13b7b24d587650b0843e8db7b (patch) | |
tree | 8758d5dd86c2ee34d759f268b38b1d6d3b68d065 /benchmarks/phoronix-test-suite | |
parent | ba82c0efd8e81b9ae20dc7b486162c3e5b95bb56 (diff) | |
download | freebsd-ports-gnome-3e2250c4847e80d13b7b24d587650b0843e8db7b.tar.gz freebsd-ports-gnome-3e2250c4847e80d13b7b24d587650b0843e8db7b.tar.zst freebsd-ports-gnome-3e2250c4847e80d13b7b24d587650b0843e8db7b.zip |
- Set LICENSE_FILE
Diffstat (limited to 'benchmarks/phoronix-test-suite')
-rw-r--r-- | benchmarks/phoronix-test-suite/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/benchmarks/phoronix-test-suite/Makefile b/benchmarks/phoronix-test-suite/Makefile index b8c91f4743b4..e9309dfa81e4 100644 --- a/benchmarks/phoronix-test-suite/Makefile +++ b/benchmarks/phoronix-test-suite/Makefile @@ -14,6 +14,7 @@ MAINTAINER= mm@FreeBSD.org COMMENT= Phoronix Benchmarking Suite LICENSE= GPLv3 +LICENSE_FILE= ${WRKSRC}/COPYING OPTIONS= BASH_COMPLETIONS "Install bash completions" off \ X11 "Install X11 icons and mimetypes" on @@ -28,7 +29,7 @@ MAN1= phoronix-test-suite.1 PORTDOCS= * -DOCFILES1= CHANGE-LOG COPYING AUTHORS +DOCFILES1= CHANGE-LOG AUTHORS DOCFILES2= phoronix-test-suite.pdf specifications_xml_test.html \ specifications_xml_download.html writing_your_first_module.html \ |