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/spamilter | |
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/spamilter')
-rw-r--r-- | mail/spamilter/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/spamilter/Makefile b/mail/spamilter/Makefile index 074c7461d544..849367e49089 100644 --- a/mail/spamilter/Makefile +++ b/mail/spamilter/Makefile @@ -37,7 +37,7 @@ PLIST_FILES+= bin/dnsblchk bin/dnsblupd bin/ipfwmtad bin/mxlookup \ PORTDOCS= Changelog INSTALL LICENSE docs.html docs.txt db.rcpt \ db.rdnsbl db.sndr policy.html spamilter.rc -OPTIONS_DEFINE= SMTP_AFTER_POP3 PAM LIBSPF +OPTIONS_DEFINE= SMTP_AFTER_POP3 PAM LIBSPF DOCS SMTP_AFTER_POP3_DESC= SMTP after POP3 LIBSPF_DESC= build with libspf |