diff options
author | adamw <adamw@FreeBSD.org> | 2014-07-16 00:47:45 +0800 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2014-07-16 00:47:45 +0800 |
commit | 862e7f12d35568afef67e31a27a38bb3de64fbe7 (patch) | |
tree | 46fa5b652d3bdcba86fda4163acf6997cd8e4928 /news/golded+ | |
parent | fc663a6275e8b22ea2b106470db0d66f5ff43e1b (diff) | |
download | freebsd-ports-gnome-862e7f12d35568afef67e31a27a38bb3de64fbe7.tar.gz freebsd-ports-gnome-862e7f12d35568afef67e31a27a38bb3de64fbe7.tar.zst freebsd-ports-gnome-862e7f12d35568afef67e31a27a38bb3de64fbe7.zip |
Add DOCS to OPTIONS_DEFINE to ports that check for PORT_OPTIONS:MDOCS.
Diffstat (limited to 'news/golded+')
-rw-r--r-- | news/golded+/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/news/golded+/Makefile b/news/golded+/Makefile index f07877c70fa9..54f8e8bd9e7b 100644 --- a/news/golded+/Makefile +++ b/news/golded+/Makefile @@ -22,6 +22,8 @@ DOCS= copying copying.lib license.txt notework.txt rusfaq.txt\ PORTDOCS= ${DOCS} gold_ref.txt gold_usr.txt SUB_FILES= pkg-message +OPTIONS_DEFINE= DOCS EXAMPLES + .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MDOCS} |