diff options
author | adamw <adamw@FreeBSD.org> | 2014-07-15 22:42:26 +0800 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2014-07-15 22:42:26 +0800 |
commit | 7bfa8d40e8cde5227b7df7eefcf40206d2428c5e (patch) | |
tree | 249274fb23a4a0795a01e38907421c5e80de67b4 /benchmarks/phoronix-test-suite | |
parent | 8b4104ff5d1ac5e14602ed94ecace552e61af58f (diff) | |
download | freebsd-ports-gnome-7bfa8d40e8cde5227b7df7eefcf40206d2428c5e.tar.gz freebsd-ports-gnome-7bfa8d40e8cde5227b7df7eefcf40206d2428c5e.tar.zst freebsd-ports-gnome-7bfa8d40e8cde5227b7df7eefcf40206d2428c5e.zip |
Add DOCS to OPTIONS_DEFINE to ports that check for PORT_OPTIONS:MDOCS.
Diffstat (limited to 'benchmarks/phoronix-test-suite')
-rw-r--r-- | benchmarks/phoronix-test-suite/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/benchmarks/phoronix-test-suite/Makefile b/benchmarks/phoronix-test-suite/Makefile index 2726316a78fb..6e0d774aa79b 100644 --- a/benchmarks/phoronix-test-suite/Makefile +++ b/benchmarks/phoronix-test-suite/Makefile @@ -22,7 +22,7 @@ PORTDOCS= * DOCFILES1= CHANGE-LOG AUTHORS DOCFILES2= phoronix-test-suite.html -OPTIONS_DEFINE= BASH_COMPLETIONS X11 +OPTIONS_DEFINE= BASH_COMPLETIONS X11 DOCS OPTIONS_DEFAULT= X11 BASH_COMPLETIONS_DESC= Install bash completions |