diff options
author | adamw <adamw@FreeBSD.org> | 2014-07-16 00:14:15 +0800 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2014-07-16 00:14:15 +0800 |
commit | 657b7fb8d9c86dc8a97400be96360d2828950279 (patch) | |
tree | 8016e5f5a18362984e9d2e003efd51fd5fc95cc4 /mail/enma | |
parent | 8cfd320f51860136dfcb0a95627d3671900ec8da (diff) | |
download | freebsd-ports-gnome-657b7fb8d9c86dc8a97400be96360d2828950279.tar.gz freebsd-ports-gnome-657b7fb8d9c86dc8a97400be96360d2828950279.tar.zst freebsd-ports-gnome-657b7fb8d9c86dc8a97400be96360d2828950279.zip |
Add DOCS to OPTIONS_DEFINE to ports that check for PORT_OPTIONS:MDOCS.
Diffstat (limited to 'mail/enma')
-rw-r--r-- | mail/enma/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mail/enma/Makefile b/mail/enma/Makefile index c7596d52a2e2..3e57c80d44b8 100644 --- a/mail/enma/Makefile +++ b/mail/enma/Makefile @@ -32,6 +32,8 @@ MANLANG= "" ja_JP.UTF-8 PORTDOCS= ChangeLog INSTALL LICENSE README SUB_FILES= milter-enma +OPTIONS_DEFINE= DOCS + .if defined(WITH_POSTFIX_MILTER) || defined(WITH_POSTFIX) || defined(WITH_POSTFIX_CURRENT) CONF_SUB= ${REINPLACE_CMD} -e '/milter\.postfix/s/false/true/' ${WRKSRC}/enma/etc/enma.conf.sample . if defined(WITH_POSTFIX_CURRENT) |