diff options
author | Renato Botelho <garga@FreeBSD.org> | 2005-08-24 17:35:09 +0000 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2005-08-24 17:35:09 +0000 |
commit | 62c1036b5a57aa16bd8070b9828f1aa5415cf56a (patch) | |
tree | 8f249c40d2686b1ee9e90293d67594c87d8b0db9 /mail/qmail | |
parent | 5f0fecb5ef361d8be7fafe99ea97bc68b564fe44 (diff) | |
download | ports-62c1036b5a57aa16bd8070b9828f1aa5415cf56a.tar.gz ports-62c1036b5a57aa16bd8070b9828f1aa5415cf56a.zip |
Notes
Diffstat (limited to 'mail/qmail')
-rw-r--r-- | mail/qmail/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/qmail/Makefile b/mail/qmail/Makefile index 3edd7bf4e057..0410d187b896 100644 --- a/mail/qmail/Makefile +++ b/mail/qmail/Makefile @@ -85,7 +85,7 @@ PATCH_DIST_STRIP+= -p1 PATCH_SITES+= http://iain.cx/unix/qmail/download/:mysql PATCHFILES+= qmail-mysql-${MYSQL_PATCH_VERSION}.patch:mysql .elif defined(SLAVE_SMTP_AUTH_TLS) -PATCH_SITES+= http://www.galle.com.br/~renato/qmail/:smtp_auth_tls +PATCH_SITES+= http://www.galle.com.br/~garga/qmail/:smtp_auth_tls PATCHFILES+= qmail-1.03-starttls-smtp-auth.patch:smtp_auth_tls .elif defined(SLAVE_TLS) PATCH_SITES+= http://inoa.net/qmail-tls/:tls @@ -94,7 +94,7 @@ PATCH_DIST_STRIP+= -p1 .endif PATCH_SITES+= ${MASTER_SITE_LOCAL:S/$/:local,dns,ldap,mysql,smtp_auth_tls,tls/} -PATCH_SITE_SUBDIR+= lioux/:local,dns,ldap,mysql,smtp_auth_tls,tls +PATCH_SITE_SUBDIR+= garga/qmail/:dns,sendmail_flagf,rfc2821,ldap,mysql,smtp_auth_tls,tls,quota,blockexec,doublebounce,spf,localtime NO_PACKAGE= djb's packaging license does not allow non-standard \ qmail binary distributions |