summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRenato Botelho <garga@FreeBSD.org>2006-05-13 14:41:06 +0000
committerRenato Botelho <garga@FreeBSD.org>2006-05-13 14:41:06 +0000
commitf0129b93667a23e1c761dd5d9d951f99a0a23664 (patch)
treeef54b057453f69f1d8bb981797ace523c4ac2cec
parentUpdate to the 20060506 snapshot of GCC 4.2.0. (diff)
Fix MASTER_SITES for spf patch
Reported by: Giovanni <jumpyboy at infinito.it>
Notes
Notes: svn path=/head/; revision=162237
-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