diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-15 16:47:45 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-15 16:47:45 +0000 |
commit | 2e3438be2caeb41e831f26637131cf39d3f3014a (patch) | |
tree | 46fa5b652d3bdcba86fda4163acf6997cd8e4928 /news | |
parent | ab784f124f4be1ecad7bb2d1e98c2e654e40c459 (diff) | |
download | ports-2e3438be2caeb41e831f26637131cf39d3f3014a.tar.gz ports-2e3438be2caeb41e831f26637131cf39d3f3014a.zip |
Notes
Diffstat (limited to 'news')
-rw-r--r-- | news/golded+/Makefile | 2 | ||||
-rw-r--r-- | news/leafnode/Makefile | 2 | ||||
-rw-r--r-- | news/newsstar/Makefile | 2 | ||||
-rw-r--r-- | news/sabnzbdplus/Makefile | 2 |
4 files changed, 6 insertions, 2 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} diff --git a/news/leafnode/Makefile b/news/leafnode/Makefile index 9bca210b69ca..58a5508acca0 100644 --- a/news/leafnode/Makefile +++ b/news/leafnode/Makefile @@ -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 diff --git a/news/newsstar/Makefile b/news/newsstar/Makefile index 16b53d8dcd4d..cc9d1c411e18 100644 --- a/news/newsstar/Makefile +++ b/news/newsstar/Makefile @@ -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 \ diff --git a/news/sabnzbdplus/Makefile b/news/sabnzbdplus/Makefile index 40a02b26b243..5c31c86864e3 100644 --- a/news/sabnzbdplus/Makefile +++ b/news/sabnzbdplus/Makefile @@ -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 |