summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--mail/fetchmail/Makefile5
-rw-r--r--mail/fetchmailconf/Makefile5
2 files changed, 6 insertions, 4 deletions
diff --git a/mail/fetchmail/Makefile b/mail/fetchmail/Makefile
index 750c64cc601..ac26d0291fc 100644
--- a/mail/fetchmail/Makefile
+++ b/mail/fetchmail/Makefile
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.159 2007/01/17 14:29:11 tron Exp $
+# $NetBSD: Makefile,v 1.160 2007/01/17 17:36:51 salo Exp $
DISTNAME= fetchmail-6.3.6
CATEGORIES= mail
-MASTER_SITES= http://download.berlios.de/fetchmail/
+MASTER_SITES= http://download.berlios.de/fetchmail/ \
+ http://download2.berlios.de/fetchmail/
EXTRACT_SUFX= .tar.bz2
MAINTAINER= frueauf@NetBSD.org
diff --git a/mail/fetchmailconf/Makefile b/mail/fetchmailconf/Makefile
index 68c3cf2ead9..4e36899f0c5 100644
--- a/mail/fetchmailconf/Makefile
+++ b/mail/fetchmailconf/Makefile
@@ -1,9 +1,10 @@
-# $NetBSD: Makefile,v 1.70 2007/01/17 14:29:11 tron Exp $
+# $NetBSD: Makefile,v 1.71 2007/01/17 17:36:51 salo Exp $
DISTNAME= fetchmail-6.3.6
PKGNAME= ${DISTNAME:S/fetchmail/fetchmailconf/}
CATEGORIES= mail
-MASTER_SITES= http://download.berlios.de/fetchmail/
+MASTER_SITES= http://download.berlios.de/fetchmail/ \
+ http://download2.berlios.de/fetchmail/
EXTRACT_SUFX= .tar.bz2
MAINTAINER= pkgsrc-users@NetBSD.org