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 | |
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')
-rw-r--r-- | mail/mutt/Makefile | 4 | ||||
-rw-r--r-- | mail/sendmail811/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/mail/mutt/Makefile b/mail/mutt/Makefile index 723b13c8370..ec59c9939a6 100644 --- a/mail/mutt/Makefile +++ b/mail/mutt/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.99 2003/07/21 16:56:47 martti Exp $ +# $NetBSD: Makefile,v 1.100 2003/09/05 19:00:59 tron Exp $ DISTNAME= mutt-1.4.1i PKGNAME= ${DISTNAME:C/i$//} @@ -8,7 +8,7 @@ CATEGORIES= mail MASTER_SITES= ftp://ftp.mutt.org/mutt/ \ ftp://ftp.stealth.net/pub/mirrors/ftp.mutt.org/pub/mutt/ \ ftp://gd.tuwien.ac.at/infosys/mail/mutt/ \ - ftp://ftp.fu-berlin.de/pub/unix/mail/mutt/ + ftp://ftp.fu-berlin.de/unix/mail/mutt/ MAINTAINER= tron@NetBSD.org HOMEPAGE= http://www.mutt.org/ 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 |