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 | facf4f03d526444e37c40892d8fdf124be427edc (patch) | |
tree | ac481b2341869348cd2cf8982b23106de92c47b3 /mail/fetchmail | |
parent | c147da3169d39ffeeb0ef4c2be294513bcfa32ab (diff) | |
download | pkgsrc-facf4f03d526444e37c40892d8fdf124be427edc.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 |