diff options
author | tron <tron@pkgsrc.org> | 2001-02-28 09:30:01 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2001-02-28 09:30:01 +0000 |
commit | a1299752bee5dbfd037c107a13cc43fe67ebbdc4 (patch) | |
tree | 4ffda98873fe7381de519226c7c03f8f682fdc5b /mail/sendmail | |
parent | 2d4cb2d303c0b2bedb0680e082d5bde5bb568cf1 (diff) | |
download | pkgsrc-a1299752bee5dbfd037c107a13cc43fe67ebbdc4.tar.gz |
Use "ftp.fu-berlin.de" as german mirror because newer sendmail version
appear there earlier than on "ftp.cert.dfn.de".
Diffstat (limited to 'mail/sendmail')
-rw-r--r-- | mail/sendmail/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/sendmail/Makefile b/mail/sendmail/Makefile index 7d924c5d398..3f0ba93e1c0 100644 --- a/mail/sendmail/Makefile +++ b/mail/sendmail/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.32 2001/02/28 03:52:18 itojun Exp $ +# $NetBSD: Makefile,v 1.33 2001/02/28 09:30:01 tron Exp $ DISTNAME= sendmail.8.11.3 PKGNAME= sendmail-8.11.3 CATEGORIES= mail MASTER_SITES= ftp://ftp.sendmail.org/pub/sendmail/ \ - ftp://ftp.cert.dfn.de/pub/tools/net/sendmail/ \ + ftp://ftp.fu-berlin.de/pub/unix/mail/sendmail/ \ ftp://ftp.kyoto.wide.ad.jp/pub/mail/sendmail/ #PATCH_SITES= ftp://ftp.kyoto.wide.ad.jp/pub/mail/smtpfeed/ |