diff options
author | edwin <edwin@FreeBSD.org> | 2006-04-06 00:38:18 +0000 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2006-04-06 00:38:18 +0000 |
commit | a28309bb78d879bed08070f04617739217dda6d8 (patch) | |
tree | bd74e5297c910f4082db43f5ab1dfbee41b98f2c /mail/smail | |
parent | e70c4ea771e6a20a7b7560a571a411914ca7f46c (diff) | |
download | FreeBSD-ports-a28309bb78d879bed08070f04617739217dda6d8.zip FreeBSD-ports-a28309bb78d879bed08070f04617739217dda6d8.tar.gz |
[PATCH] mail/smail : fix unfetchable
This old version of smail has been moved into OLD/ directory
in smail's mirror. Update path on mastersites.
PR: ports/95232
Submitted by: Jean-Francois BOEUF <jfb@minet.net>
Diffstat (limited to 'mail/smail')
-rw-r--r-- | mail/smail/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/mail/smail/Makefile b/mail/smail/Makefile index f292b23..f7858e7 100644 --- a/mail/smail/Makefile +++ b/mail/smail/Makefile @@ -8,10 +8,9 @@ PORTNAME= smail PORTVERSION= 3.2.0.114 CATEGORIES= mail -MASTER_SITES= ftp://ftp.uu.net/networking/mail/smail/ \ - ftp://ftp.planix.com/pub/Smail/ \ - ftp://ftp.fu-berlin.de/unix/mail/smail/ \ - ftp://ftp.weird.com/pub/local/ +MASTER_SITES= ftp://ftp.uu.net/networking/mail/smail/OLD/ \ + ftp://ftp.planix.com/pub/Smail/OLD/ \ + ftp://ftp.fu-berlin.de/unix/mail/smail/OLD/ MAINTAINER= ports@FreeBSD.org COMMENT= A program used for receiving and delivering mail |