diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2014-02-10 13:54:26 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2014-02-10 13:54:26 +0000 |
commit | 5005b67362a735dc18d3d85170eae34e1fb6feab (patch) | |
tree | 3a1e73b4128190b7ed7020b2113a1d94d76b0e93 /news | |
parent | e4eefd3f1e344c567f932fef63a6f04a0bb4eba4 (diff) |
Notes
Diffstat (limited to 'news')
-rw-r--r-- | news/fidogate/Makefile | 2 | ||||
-rw-r--r-- | news/hellanzb/Makefile | 3 | ||||
-rw-r--r-- | news/ifmail/Makefile | 2 |
3 files changed, 7 insertions, 0 deletions
diff --git a/news/fidogate/Makefile b/news/fidogate/Makefile index ca56c05eb48c..4d948409a4cb 100644 --- a/news/fidogate/Makefile +++ b/news/fidogate/Makefile @@ -23,6 +23,8 @@ DOCLIST= fidogate.texi fidogate.txt gatebau94.txt kludge-rfc.doc \ template.html fido howto misc rfc gatebau/msgid.sgml \ gatebau/msgid.tex gatebau/msgid.txt +OPTIONS_DEFINE= DOCS EXAMPLES + .include <bsd.port.options.mk> post-patch: diff --git a/news/hellanzb/Makefile b/news/hellanzb/Makefile index 753382a2c066..25f31252bbec 100644 --- a/news/hellanzb/Makefile +++ b/news/hellanzb/Makefile @@ -24,6 +24,9 @@ USES= twisted:run,web PORTDOCS= CHANGELOG CREDITS README NO_STAGE= yes + +OPTIONS_DEFINE= DOCS + .include <bsd.port.options.mk> # more fully-featured rar needs i386 diff --git a/news/ifmail/Makefile b/news/ifmail/Makefile index 98288620ed1d..0daf540b16e4 100644 --- a/news/ifmail/Makefile +++ b/news/ifmail/Makefile @@ -19,6 +19,8 @@ PLIST_SUB+= IFMAIL_RUNAS="${IFMAIL_RUNAS}" # USERS does not work here #USERS= ifmail +OPTIONS_DEFINE= DOCS EXAMPLES + .include <bsd.port.options.mk> pre-configure: |