diff options
author | frueauf <frueauf@pkgsrc.org> | 2005-01-19 16:24:34 +0000 |
---|---|---|
committer | frueauf <frueauf@pkgsrc.org> | 2005-01-19 16:24:34 +0000 |
commit | 946523c395968a86ab302b84cfea65ea2040fddc (patch) | |
tree | ac481b2341869348cd2cf8982b23106de92c47b3 /mail/fetchmail | |
parent | 9222a0f1a3a315a27b63cce51f082b270ac2468a (diff) | |
download | pkgsrc-946523c395968a86ab302b84cfea65ea2040fddc.tar.gz |
fix URL for primary master site.
Diffstat (limited to 'mail/fetchmail')
-rw-r--r-- | mail/fetchmail/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/fetchmail/Makefile b/mail/fetchmail/Makefile index 5f88d444a66..3da84dd2679 100644 --- a/mail/fetchmail/Makefile +++ b/mail/fetchmail/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.149 2004/12/28 02:47:44 reed Exp $ +# $NetBSD: Makefile,v 1.150 2005/01/19 16:24:34 frueauf Exp $ DISTNAME= fetchmail-6.2.5 PKGREVISION= 4 CATEGORIES= mail -MASTER_SITES= http://catb.org/~esr/fetchmail/ \ +MASTER_SITES= http://www.catb.org/~esr/fetchmail/ \ http://sunsite.unc.edu/pub/Linux/system/mail/pop/ MAINTAINER= frueauf@NetBSD.org |