diff options
author | tron <tron@pkgsrc.org> | 2003-09-05 19:00:57 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2003-09-05 19:00:57 +0000 |
commit | 20f7d53ff86adbbcd2f81dea3ad28db0500a4ff5 (patch) | |
tree | ccf7970c111931b2234f327e1dc0376ba27ba916 /mail/sendmail811 | |
parent | 278cad7913033e39166fc45230b7ab846e4902de (diff) | |
download | pkgsrc-20f7d53ff86adbbcd2f81dea3ad28db0500a4ff5.tar.gz |
Remove "/pub" from pathnames on "ftp.fu-berlin.de" because such a directory
doesn't exist. It's apparently only mapped in the FTP server configuration.
Diffstat (limited to 'mail/sendmail811')
-rw-r--r-- | mail/sendmail811/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/sendmail811/Makefile b/mail/sendmail811/Makefile index ca79392fed0..8da8b0b5ab4 100644 --- a/mail/sendmail811/Makefile +++ b/mail/sendmail811/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2003/07/17 21:47:01 grant Exp $ +# $NetBSD: Makefile,v 1.11 2003/09/05 19:00:59 tron Exp $ DISTNAME= sendmail.8.11.6 PKGNAME= sendmail-8.11.6 @@ -6,7 +6,7 @@ PKGREVISION= 5 WRKSRC= ${WRKDIR}/${PKGNAME:C/nb[0-9]+$//} CATEGORIES= mail MASTER_SITES= ftp://ftp.sendmail.org/pub/sendmail/ \ - ftp://ftp.fu-berlin.de/pub/unix/mail/sendmail/ \ + ftp://ftp.fu-berlin.de/unix/mail/sendmail/ \ ftp://ftp.kyoto.wide.ad.jp/pub/mail/sendmail/ USE_WIDEPATCH?= YES |