From c463b5c65ea4e2d73c5b68e42ffdecbfd5fa8f0d Mon Sep 17 00:00:00 2001 From: Renato Botelho Date: Sat, 18 Feb 2012 13:19:03 +0000 Subject: [PATCH] Fix URL to download smtp-auth patch --- mail/qmail/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mail/qmail/Makefile b/mail/qmail/Makefile index 283ae6c007ec..375c5db46b99 100644 --- a/mail/qmail/Makefile +++ b/mail/qmail/Makefile @@ -361,7 +361,7 @@ DISTFILES+= ${SRS_LDAP_PATCH}:srs_ldap .endif .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_SITES+= http://tomclegg.net/qmail/: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