diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-15 17:52:17 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-15 17:52:17 +0000 |
commit | 1f65a30b2a597437f1c0f6efc0ccb6db9fa3a893 (patch) | |
tree | cdb25449a98effba082df30b22490052698a7210 /news/cnews/Makefile | |
parent | - Update patches to set default boot-environment based upon output of (diff) |
Add EXAMPLES to OPTIONS_DEFINE to ports that check for PORT_OPTIONS:MEXAMPLES.
Notes
Notes:
svn path=/head/; revision=361989
Diffstat (limited to 'news/cnews/Makefile')
-rw-r--r-- | news/cnews/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/news/cnews/Makefile b/news/cnews/Makefile index 03e9bf55a470..84b26e43257e 100644 --- a/news/cnews/Makefile +++ b/news/cnews/Makefile @@ -67,7 +67,7 @@ PLIST_SUB+= NEWSARTS=${NEWSARTS:S=^${VARBASE}/==} PLIST_SUB+= NEWSOV=${NEWSOV:S=^${VARBASE}/==} PLIST_SUB+= NEWSCTL_FILES="${NEWSCTL_FILES}" -OPTIONS_DEFINE= SENDMAIL +OPTIONS_DEFINE= SENDMAIL EXAMPLES OPTIONS_DEFAULT=PGPGPG OPTIONS_SINGLE= VERIFY OPTIONS_SINGLE_VERIFY= PGP2 PGPIN PGPGPG |