diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2017-11-21 08:36:26 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2017-11-21 08:36:26 +0000 |
commit | cbcfde370cef7387a49256b282612ed53b30ccdb (patch) | |
tree | 6b04110a85d89148a3db54227de18de5bdef3f5b /www | |
parent | - Update to 2.91 (diff) |
OPTIONS_SUB only cares about being defined, its content is ignored.
Sponsored by: Absolight
Notes
Notes:
svn path=/head/; revision=454590
Diffstat (limited to 'www')
-rw-r--r-- | www/gohugo/Makefile | 2 | ||||
-rw-r--r-- | www/sams2/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/www/gohugo/Makefile b/www/gohugo/Makefile index ddb10fd3727b..a89a43e0f1d3 100644 --- a/www/gohugo/Makefile +++ b/www/gohugo/Makefile @@ -65,7 +65,7 @@ GH_TUPLE= BurntSushi:toml:a368813:toml/src/github.com/BurntSushi/toml \ OPTIONS_DEFINE= MANPAGES OPTIONS_DEFAULT= MANPAGES -OPTIONS_SUB= MANPAGES +OPTIONS_SUB= yes MANPAGES_DESC= Build and/or install manual pages diff --git a/www/sams2/Makefile b/www/sams2/Makefile index 36508d4c5823..214a083ed40b 100644 --- a/www/sams2/Makefile +++ b/www/sams2/Makefile @@ -28,7 +28,7 @@ SUB_FILES= sams2.conf.sample PORTDOCS= * OPTIONS_DEFINE= DOCS APACHE -OPTIONS_SUB= APACHE +OPTIONS_SUB= yes APACHE_USE= APACHE=22+ # We can't use <options> here, ${APACHE*} won't be populated |