diff options
-rw-r--r-- | mail/sendmail813/Makefile.common | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/mail/sendmail813/Makefile.common b/mail/sendmail813/Makefile.common index 6a90a1f5713..9899851dc18 100644 --- a/mail/sendmail813/Makefile.common +++ b/mail/sendmail813/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.3 2009/05/19 08:59:22 wiz Exp $ +# $NetBSD: Makefile.common,v 1.4 2009/08/15 23:46:59 zafer Exp $ # # @@ -6,8 +6,7 @@ DISTNAME= sendmail.${DIST_VERS} CATEGORIES= mail MASTER_SITES= ftp://ftp.sendmail.org/pub/sendmail/ \ ftp://ftp.sendmail.org/pub/sendmail/past-releases/ \ - ftp://ftp.fu-berlin.de/pub/unix/mail/sendmail/ \ - ftp://ftp.ayamura.org/pub/sendmail/ + ftp://ftp.fu-berlin.de/pub/unix/mail/sendmail/ MAINTAINER= jnemeth@NetBSD.org HOMEPAGE= http://www.sendmail.org/ |