svn commit: r361972 - in head/news: golded+ leafnode newsstar sabnzbdplus
Adam Weinberger
adamw at FreeBSD.org
Tue Jul 15 16:47:46 UTC 2014
Author: adamw
Date: Tue Jul 15 16:47:45 2014
New Revision: 361972
URL: http://svnweb.freebsd.org/changeset/ports/361972
QAT: https://qat.redports.org/buildarchive/r361972/
Log:
Add DOCS to OPTIONS_DEFINE to ports that check for PORT_OPTIONS:MDOCS.
Modified:
head/news/golded+/Makefile
head/news/leafnode/Makefile
head/news/newsstar/Makefile
head/news/sabnzbdplus/Makefile
Modified: head/news/golded+/Makefile
==============================================================================
--- head/news/golded+/Makefile Tue Jul 15 16:46:57 2014 (r361971)
+++ head/news/golded+/Makefile Tue Jul 15 16:47:45 2014 (r361972)
@@ -22,6 +22,8 @@ DOCS= copying copying.lib license.txt n
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}
Modified: head/news/leafnode/Makefile
==============================================================================
--- head/news/leafnode/Makefile Tue Jul 15 16:46:57 2014 (r361971)
+++ head/news/leafnode/Makefile Tue Jul 15 16:47:45 2014 (r361972)
@@ -18,6 +18,8 @@ GNU_CONFIGURE= yes
CONFLICTS= newsx-1* s-news-0*
+OPTIONS_DEFINE= DOCS
+
.include <bsd.port.pre.mk>
# TODO: remove this auto-selection, and tell users through UPDATING to
Modified: head/news/newsstar/Makefile
==============================================================================
--- head/news/newsstar/Makefile Tue Jul 15 16:46:57 2014 (r361971)
+++ head/news/newsstar/Makefile Tue Jul 15 16:47:45 2014 (r361972)
@@ -20,7 +20,7 @@ GNU_CONFIGURE= yes
USES= iconv perl5 shebangfix
SHEBANG_FILES= newsstar.in
-OPTIONS_DEFINE= SSL
+OPTIONS_DEFINE= SSL DOCS EXAMPLES
OPTIONS_DEFAULT= SSL
CONFIGURE_ARGS+=--disable-chown \
Modified: head/news/sabnzbdplus/Makefile
==============================================================================
--- head/news/sabnzbdplus/Makefile Tue Jul 15 16:46:57 2014 (r361971)
+++ head/news/sabnzbdplus/Makefile Tue Jul 15 16:47:45 2014 (r361972)
@@ -84,7 +84,7 @@ PORTDOCS= ABOUT.txt \
USERS= _sabnzbd
GROUPS= _sabnzbd
-OPTIONS_DEFINE= PAR2CMDLINE UNRAR FEEDPARSER YENC OPENSSL
+OPTIONS_DEFINE= PAR2CMDLINE UNRAR FEEDPARSER YENC OPENSSL DOCS
OPTIONS_DEFAULT= PAR2CMDLINE UNRAR FEEDPARSER YENC OPENSSL
PAR2CMDLINE_DESC= Required for postprocessing of par files
UNRAR_DESC= Often required for unpacking many downloads
More information about the svn-ports-all
mailing list