diff options
author | frueauf <frueauf> | 2005-01-19 16:28:37 +0000 |
---|---|---|
committer | frueauf <frueauf> | 2005-01-19 16:28:37 +0000 |
commit | 3f9ce3eaf51c373bde6aa88e34ce0003971dab3b (patch) | |
tree | 1102224d9e2d568b9e5847ed158c56fdd18c53ed /mail/fetchmailconf | |
parent | 699459b449978916ddd02e19388ded0b51d83797 (diff) | |
download | pkgsrc-3f9ce3eaf51c373bde6aa88e34ce0003971dab3b.tar.gz |
fix URL for primary master site.
Diffstat (limited to 'mail/fetchmailconf')
-rw-r--r-- | mail/fetchmailconf/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/fetchmailconf/Makefile b/mail/fetchmailconf/Makefile index fc0bb7453b1..93d9051e06c 100644 --- a/mail/fetchmailconf/Makefile +++ b/mail/fetchmailconf/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.60 2004/10/03 00:12:53 tv Exp $ +# $NetBSD: Makefile,v 1.61 2005/01/19 16:28:37 frueauf Exp $ DISTNAME= fetchmail-6.2.5 PKGNAME= ${DISTNAME:S/fetchmail/fetchmailconf/} PKGREVISION= 2 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= tech-pkg@NetBSD.org |