diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-15 16:57:39 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-15 16:57:39 +0000 |
commit | 5d2373a0928a9eb5575d4bc2f6f0506a1e29ae6b (patch) | |
tree | 6246387a8174cabb77e772c330260c8899112ad8 /security/maia | |
parent | d37031eae10af30ef8045e779910d70a7f59fc09 (diff) | |
download | ports-5d2373a0928a9eb5575d4bc2f6f0506a1e29ae6b.tar.gz ports-5d2373a0928a9eb5575d4bc2f6f0506a1e29ae6b.zip |
Add DOCS to OPTIONS_DEFINE to ports that check for PORT_OPTIONS:MDOCS.
Notes
Notes:
svn path=/head/; revision=361977
Diffstat (limited to 'security/maia')
-rw-r--r-- | security/maia/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/maia/Makefile b/security/maia/Makefile index 51fa07c7b913..c854da36f52b 100644 --- a/security/maia/Makefile +++ b/security/maia/Makefile @@ -43,7 +43,7 @@ PLIST_SUB+= USERS="${USERS}" GROUPS="${GROUPS}" WWWOWN="${WWWOWN}" WWWGRP="${WWW OPTIONS_DEFINE= APACHE LIGHTTPD WEBHOST MYSQL MYSQLSERVER PGSQL PGSQLSERVER DOVECOT \ POSTFIX PFA FUZZYOCR CLAMAV SPAMASSASSIN BDB ALTERMIME CRYPT \ IPCOUNTRY DOMAINKEYS SPF DKIM FILE RAR ARJ UNARJ LHA ARC NOMARCH CAB \ - RPM ZOO UNZOO LZOP FREEZE P7ZIP TNEF + RPM ZOO UNZOO LZOP FREEZE P7ZIP TNEF DOCS OPTIONS_DEFAULT= MYSQL MYSQLSERVER DOVECOT POSTFIX CLAMAV SPAMASSASSIN BDB IPCOUNTRY \ DOMAINKEYS SPF DKIM FILE UNRAR ARJ LHA ARC CAB RPM ZOO FREEZE P7ZIP APACHE_DESC= Use Apache web server |