diff options
-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/ |