diff options
author | asami <asami@FreeBSD.org> | 1997-03-15 19:56:38 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1997-03-15 19:56:38 +0800 |
commit | 6073684dc133e274b18ac2ebd23178c5dbcc0d42 (patch) | |
tree | 938d0996f535768043e8823720dc044723f4e630 /mail/mew | |
parent | 21de50acb951b5d13b9c11e543372100163117a1 (diff) | |
download | freebsd-ports-gnome-6073684dc133e274b18ac2ebd23178c5dbcc0d42.tar.gz freebsd-ports-gnome-6073684dc133e274b18ac2ebd23178c5dbcc0d42.tar.zst freebsd-ports-gnome-6073684dc133e274b18ac2ebd23178c5dbcc0d42.zip |
Add backup site in Japan. This port is RESTRICTED so ftp.freebsd.org
can't carry the distfile, and the original has disappeared from the
master site.
Submitted by: kiri@kiri.toba-cmt.ac.jp
Diffstat (limited to 'mail/mew')
-rw-r--r-- | mail/mew/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/mail/mew/Makefile b/mail/mew/Makefile index 809e47ff0749..1a744ca75a47 100644 --- a/mail/mew/Makefile +++ b/mail/mew/Makefile @@ -3,12 +3,13 @@ # Date created: 30 December 1996 # Whom: Kiriyama Kazuhiko <kiri@kiri.toba-cmt.ac.jp> # -# $Id: Makefile,v 1.2 1997/01/03 16:48:34 max Exp $ +# $Id: Makefile,v 1.3 1997/01/03 16:52:53 max Exp $ # DISTNAME= mew-1.54 CATEGORIES= mail -MASTER_SITES= ftp://ftp.aist-nara.ac.jp/pub/elisp/Mew/ +MASTER_SITES= ftp://ftp.aist-nara.ac.jp/pub/elisp/Mew/ \ + ftp://ports.jp.freebsd.org/pub/FreeBSD-jp/ports-jp/LOCAL_PORTS/ MAINTAINER= kiri@kiri.toba-cmt.ac.jp |