diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-15 16:14:15 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-15 16:14:15 +0000 |
commit | 99afccd1ce89497265f41f1d5227f29ef3c490e9 (patch) | |
tree | 8016e5f5a18362984e9d2e003efd51fd5fc95cc4 /mail/qmail | |
parent | fe802debc78394a4c926286c651336c7f88f2fed (diff) | |
download | ports-99afccd1ce89497265f41f1d5227f29ef3c490e9.tar.gz ports-99afccd1ce89497265f41f1d5227f29ef3c490e9.zip |
Notes
Diffstat (limited to 'mail/qmail')
-rw-r--r-- | mail/qmail/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mail/qmail/Makefile b/mail/qmail/Makefile index 74f9a54c7b4c..29318a03ae0a 100644 --- a/mail/qmail/Makefile +++ b/mail/qmail/Makefile @@ -179,6 +179,8 @@ PATCH_SITES+= ${MASTER_SITE_LOCAL:S/$/:dns,sendmail_flagf,rfc2821,ldap,mysql,tls PATCH_SITE_SUBDIR+= bdrewery/qmail/:dns,sendmail_flagf,rfc2821,ldap,mysql,tls,quota,blockexec,doublebounce,spf,spf_tls,localtime,qmtpc_outgoingip PATCH_SITES+= http://mirror.shatow.net/freebsd/qmail/:DEFAULT,dns,sendmail_flagf,rfc2821,ldap,mysql,tls,quota,blockexec,doublebounce,spf,spf_tls,localtime,qmtpc_outgoingip +OPTIONS_DEFINE+=DOCS + .if !defined(BARRIER_SMTP_AUTH_PATCH) SMTP_AUTH_VERSION= 0.31 SMTP_AUTH_DIR= ${WRKDIR}/qmail-smtpd-auth-${SMTP_AUTH_VERSION} |