diff options
author | salo <salo> | 2007-01-17 17:36:51 +0000 |
---|---|---|
committer | salo <salo> | 2007-01-17 17:36:51 +0000 |
commit | 1b090b350bdb1dec25aad49c3afc60f7185ae910 (patch) | |
tree | a262be141dabdbe4f252c433c0a7fcd19a5188f4 /mail/fetchmail | |
parent | 86d93e4f85e17b677fae1fb124fc6a43691d631a (diff) | |
download | pkgsrc-1b090b350bdb1dec25aad49c3afc60f7185ae910.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/fetchmail')
-rw-r--r-- | mail/fetchmail/Makefile | 5 |
1 files changed, 3 insertions, 2 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 |