diff options
author | garga <garga@FreeBSD.org> | 2012-02-18 21:19:03 +0800 |
---|---|---|
committer | garga <garga@FreeBSD.org> | 2012-02-18 21:19:03 +0800 |
commit | cc4f8aea6bc0921c57b4adc60fc874c70afd5fa9 (patch) | |
tree | b78380c115e3cff7254ec664397f9ebe812c3110 /mail/qmail | |
parent | 08cbcb3e02fabf10e1e35006218f8c3a1f5d47a1 (diff) | |
download | freebsd-ports-gnome-cc4f8aea6bc0921c57b4adc60fc874c70afd5fa9.tar.gz freebsd-ports-gnome-cc4f8aea6bc0921c57b4adc60fc874c70afd5fa9.tar.zst freebsd-ports-gnome-cc4f8aea6bc0921c57b4adc60fc874c70afd5fa9.zip |
Fix URL to download smtp-auth patch
Diffstat (limited to 'mail/qmail')
-rw-r--r-- | mail/qmail/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |