diff options
author | sf <sf@FreeBSD.org> | 2001-03-10 04:12:02 +0800 |
---|---|---|
committer | sf <sf@FreeBSD.org> | 2001-03-10 04:12:02 +0800 |
commit | f11e434665fbd4830e38ff3a67a5a35f06216422 (patch) | |
tree | a99a447f595bebc6dc934e020112c20134e1f640 | |
parent | 456a6f60d7bebd764bac8d76697632c046ae1cd8 (diff) | |
download | freebsd-ports-gnome-f11e434665fbd4830e38ff3a67a5a35f06216422.tar.gz freebsd-ports-gnome-f11e434665fbd4830e38ff3a67a5a35f06216422.tar.zst freebsd-ports-gnome-f11e434665fbd4830e38ff3a67a5a35f06216422.zip |
update MASTER/PATCH_SITES.
PR: 25638
Submitted by: maintainer
-rw-r--r-- | japanese/mutt/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/japanese/mutt/Makefile b/japanese/mutt/Makefile index 57de53d17099..39b5a005f8e2 100644 --- a/japanese/mutt/Makefile +++ b/japanese/mutt/Makefile @@ -9,7 +9,8 @@ PORTNAME= mutt PORTVERSION= ${VERSION}.j${JP_VERSION} CATEGORIES= japanese mail MASTER_SITES= ftp://ftp.mutt.org/pub/mutt/ \ - http://www.hiei.kit.ac.jp/~hitomi/mutt/ \ + http://ha4.seikyou.ne.jp/home/Kohtaro.Hitomi/mutt/ \ + http://www5.xdsl.ne.jp/~shuna/distfiles/mutt/ \ ftp://ftp.gbnet.net/pub/mutt-international/ \ ftp://ftp.guug.de/pub/mutt/ \ ftp://ftp.guug.de/pub/mutt/historic/ @@ -18,7 +19,7 @@ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ manual_ja-${VERSION:R}i-2${EXTRACT_SUFX} PATCH_SITES= http://www.geocities.co.jp/SiliconValley-PaloAlto/2594/ \ - http://www2.odn.ne.jp/~aab27060/ports/distfiles/ + http://www5.xdsl.ne.jp/~shuna/distfiles/mutt/ PATCHFILES= ${DISTNAME}-jp${JP_VERSION}-diff.gz PATCH_DIST_STRIP= -p1 |