summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorschmonz <schmonz>2005-01-26 03:48:21 +0000
committerschmonz <schmonz>2005-01-26 03:48:21 +0000
commit0fb44d88fd8491ed0c6828c4edbc110dd2e726eb (patch)
treecaea3e2f299e3ff55b5dcb8bd13bf43bc8464ab6 /mail
parent9be8f547e8ea35e918ae3693c19e1a55dfe83971 (diff)
downloadpkgsrc-0fb44d88fd8491ed0c6828c4edbc110dd2e726eb.tar.gz
Update URL to Paul Jarc's realrcptto patch.
Diffstat (limited to 'mail')
-rw-r--r--mail/qmail/options.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/qmail/options.mk b/mail/qmail/options.mk
index 06a5f18020b..6379f781e7a 100644
--- a/mail/qmail/options.mk
+++ b/mail/qmail/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.6 2004/12/21 05:32:56 schmonz Exp $
+# $NetBSD: options.mk,v 1.7 2005/01/26 03:48:21 schmonz Exp $
.if ${OPSYS} == "Darwin"
PKG_DEFAULT_OPTIONS+= darwin
@@ -99,7 +99,7 @@ PLIST_SRC+= ${PKGDIR}/PLIST.qregex
.if !empty(PKG_OPTIONS:Mrealrcptto)
REALRCPTTO_PATCH= qmail-1.03-realrcptto-2004.08.20.patch
PATCHFILES+= ${REALRCPTTO_PATCH}
-SITES_${REALRCPTTO_PATCH}= http://multivac.cwru.edu/qmail/
+SITES_${REALRCPTTO_PATCH}= http://code.dogmap.org/qmail/
PATCH_DIST_STRIP.${REALRCPTTO_PATCH}= -p1
.endif