aboutsummaryrefslogtreecommitdiffstats
path: root/mail/qmail
diff options
context:
space:
mode:
authorRenato Botelho <garga@FreeBSD.org>2006-05-13 22:41:06 +0800
committerRenato Botelho <garga@FreeBSD.org>2006-05-13 22:41:06 +0800
commitf0129b93667a23e1c761dd5d9d951f99a0a23664 (patch)
treeef54b057453f69f1d8bb981797ace523c4ac2cec /mail/qmail
parenta7e4d2d8a48e7e1e79ee37a92a1c29428990b645 (diff)
downloadfreebsd-ports-gnome-f0129b93667a23e1c761dd5d9d951f99a0a23664.tar.gz
freebsd-ports-gnome-f0129b93667a23e1c761dd5d9d951f99a0a23664.tar.zst
freebsd-ports-gnome-f0129b93667a23e1c761dd5d9d951f99a0a23664.zip
Fix MASTER_SITES for spf patch
Reported by: Giovanni <jumpyboy at infinito.it>
Diffstat (limited to 'mail/qmail')
-rw-r--r--mail/qmail/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/qmail/Makefile b/mail/qmail/Makefile
index b5eba40ba8bb..5ac7d304f62f 100644
--- a/mail/qmail/Makefile
+++ b/mail/qmail/Makefile
@@ -348,7 +348,7 @@ PATCHFILES+= qmail-discard-double-bounces.patch:doublebounce
.if defined(WITH_SPF_PATCH) && !defined(BARRIER_SPF_PATCH)
. if defined(SLAVE_TLS)
-MASTER_SITES+= http://manuel.mausz.at/patches/qmail/:spf_tls
+MASTER_SITES+= http://manuel.mausz.at/programming/patches/qmail/:spf_tls
. if defined(WITH_SMTP_AUTH_PATCH)
SPF_TLS_PATCH= qmail-spf-rc5.patch-auth-tls
. else