diff options
Diffstat (limited to 'mail/fetchmail/Makefile')
-rw-r--r-- | mail/fetchmail/Makefile | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/mail/fetchmail/Makefile b/mail/fetchmail/Makefile index 6ec03b586c0..948f6f2d720 100644 --- a/mail/fetchmail/Makefile +++ b/mail/fetchmail/Makefile @@ -1,14 +1,12 @@ -# $NetBSD: Makefile,v 1.128 2003/07/17 21:46:06 grant Exp $ +# $NetBSD: Makefile,v 1.129 2003/07/20 14:52:45 frueauf Exp $ -DISTNAME= fetchmail-6.2.2 -PKGREVISION= 1 +DISTNAME= fetchmail-6.2.3 CATEGORIES= mail -MASTER_SITES= ftp://ftp.ccil.org/pub/esr/fetchmail/ \ - http://www.tuxedo.org/~esr/fetchmail/ \ +MASTER_SITES= http://catb.org/~esr/fetchmail/ \ http://sunsite.unc.edu/pub/Linux/system/mail/pop/ MAINTAINER= frueauf@NetBSD.org -HOMEPAGE= http://www.tuxedo.org/~esr/fetchmail/ +HOMEPAGE= http://catb.org/~esr/fetchmail/ COMMENT= batch mail retrieval/forwarding utility for pop2, pop3, apop, imap BUILD_USES_MSGFMT= YES |