diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-04 00:33:29 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-04 00:33:29 +0000 |
commit | 3b13c98a60e823f1bc3e1f443d21e61fcb8dcbcc (patch) | |
tree | 92d4e44e25fb88a61a380cd3ee9dacf24fca37c4 /mail/emil | |
parent | 1261ab9470d3b27700cd81cd7020d4b3af86b962 (diff) | |
download | ports-3b13c98a60e823f1bc3e1f443d21e61fcb8dcbcc.tar.gz ports-3b13c98a60e823f1bc3e1f443d21e61fcb8dcbcc.zip |
Notes
Diffstat (limited to 'mail/emil')
-rw-r--r-- | mail/emil/Makefile | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/mail/emil/Makefile b/mail/emil/Makefile index 770fd35860f3..4b436091ba60 100644 --- a/mail/emil/Makefile +++ b/mail/emil/Makefile @@ -18,8 +18,12 @@ COMMENT= Mail format/encoding converter GNU_CONFIGURE= yes CONFIGURE_ENV= YACC=byacc -.if defined(NOPORTDOCS) -MAKE_ENV= NOPORTDOCS=${NOPORTDOCS} +OPTIONS_DEFINE= DOCS + +.include <bsd.port.options.mk> + +.if empty(PORT_OPTIONS:MDOCS) +MAKE_ENV= NOPORTDOCS=yes .endif .include <bsd.port.mk> |