diff options
author | adrianp <adrianp@pkgsrc.org> | 2006-03-26 15:58:51 +0000 |
---|---|---|
committer | adrianp <adrianp@pkgsrc.org> | 2006-03-26 15:58:51 +0000 |
commit | 46d36588db8425f1d8715ffaba1ad07b1d640f2a (patch) | |
tree | add8637262ab8b32dd955f53254847eebb7f7280 /mail/sendmail | |
parent | 2092dcd9cd90b08c761e901d703e6fea5050ec1b (diff) | |
download | pkgsrc-46d36588db8425f1d8715ffaba1ad07b1d640f2a.tar.gz |
Add a URL to the new (?) past-releases directory on sendmail.org for fetching
the distfile
Diffstat (limited to 'mail/sendmail')
-rw-r--r-- | mail/sendmail/Makefile.common | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/sendmail/Makefile.common b/mail/sendmail/Makefile.common index 211957bbe72..a68c94d413b 100644 --- a/mail/sendmail/Makefile.common +++ b/mail/sendmail/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.32 2006/03/22 19:56:36 adrianp Exp $ +# $NetBSD: Makefile.common,v 1.33 2006/03/26 15:58:51 adrianp Exp $ # # Makefile fragment shared with libmilter # @@ -6,6 +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/ |