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 | 6a08a8203aa079c7754e369b18e5e90acc214285 (patch) | |
tree | add8637262ab8b32dd955f53254847eebb7f7280 /mail/sendmail | |
parent | ec79554547a73b1a1ecabce4c471c6a2511b1b72 (diff) | |
download | pkgsrc-6a08a8203aa079c7754e369b18e5e90acc214285.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/ |