diff options
author | Renato Botelho <garga@FreeBSD.org> | 2006-02-13 14:40:15 +0000 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2006-02-13 14:40:15 +0000 |
commit | 2918168aa1a3830afdc82c6908b01a553dbb1d2c (patch) | |
tree | 1b4d4b03f8e8329ee18ee1c6c0cee7099cf77cdc /mail/qmail | |
parent | - Fix build on i386 (diff) |
- Add qmail-smtpd-auth-0.31.tar.gz to my area on MASTER_SITE_LOCAL, file
seems to be unfetchable.
Noticed by: Vyacheslav Sotnikov <bsdforfree@rambler.ru>
Notes
Notes:
svn path=/head/; revision=155937
Diffstat (limited to 'mail/qmail')
-rw-r--r-- | mail/qmail/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/mail/qmail/Makefile b/mail/qmail/Makefile index 97301990bad6..fb19718f2b93 100644 --- a/mail/qmail/Makefile +++ b/mail/qmail/Makefile @@ -340,8 +340,10 @@ PLIST_SUB+= EXTERNAL_TODO="@comment " .endif -.if defined(WITH_SMTP_AUTH_PATCH) -MASTER_SITES+= http://members.elysium.pl/brush/qmail-smtpd-auth/dist/:smtp_auth +.if defined(WITH_SMTP_AUTH_PATCH) && !defined(BARRIER_SMTP_AUTH_PATCH) +MASTER_SITES+= http://members.elysium.pl/brush/qmail-smtpd-auth/dist/:smtp_auth \ + ${MASTER_SITE_LOCAL:S/$/:smtp_auth/} +MASTER_SITE_SUBDIR+= garga/qmail/:smtp_auth DISTFILES+= qmail-smtpd-auth-${SMTP_AUTH_VERSION}.tar.gz:smtp_auth EXTRACT_ONLY+= qmail-smtpd-auth-${SMTP_AUTH_VERSION}.tar.gz MASTER_SITES+= http://tomclegg.net/qmail/:close3 |