diff options
author | salo <salo@pkgsrc.org> | 2007-01-17 17:36:51 +0000 |
---|---|---|
committer | salo <salo@pkgsrc.org> | 2007-01-17 17:36:51 +0000 |
commit | 96963e1a173269f283d08023761539e3d544b40f (patch) | |
tree | a262be141dabdbe4f252c433c0a7fcd19a5188f4 /mail/fetchmailconf/Makefile | |
parent | a948f9998fa45913755d3f1a7f6f0de3187578ca (diff) | |
download | pkgsrc-96963e1a173269f283d08023761539e3d544b40f.tar.gz |
Add second Berlios download site to MASTER_SITES. The main one gets
overloaded from time to time.. (e.g., now).
Diffstat (limited to 'mail/fetchmailconf/Makefile')
-rw-r--r-- | mail/fetchmailconf/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
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 |