diff options
author | linimon <linimon@FreeBSD.org> | 2004-04-13 06:22:31 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2004-04-13 06:22:31 +0800 |
commit | a1748723148491fbabf18eb016bd36d85dee9360 (patch) | |
tree | 3fe08c57fc1404a365eb8e83a017984e5caf082e /mail/mew2 | |
parent | 3413acf4c9455afe72e67e4cee137114c85c6e6f (diff) | |
download | freebsd-ports-gnome-a1748723148491fbabf18eb016bd36d85dee9360.tar.gz freebsd-ports-gnome-a1748723148491fbabf18eb016bd36d85dee9360.tar.zst freebsd-ports-gnome-a1748723148491fbabf18eb016bd36d85dee9360.zip |
Per distfile survey, chase reorganized mastersite. Informed maintainer.
Note: two of the sites listed in MASTER_SITE_PORTS_JP do not seem to be
keeping current on these ports. These are (together with the date that
they last kept up):
ftp://ports.jp.FreeBSD.org/pub/FreeBSD-jp/ports-jp/LOCAL_PORTS (Feb 2003)
ftp://ftp.ics.es.osaka-u.ac.jp/pub/mirrors/FreeBSD-jp/ports-jp/LOCAL_PORTS (Oct 2001)
Diffstat (limited to 'mail/mew2')
-rw-r--r-- | mail/mew2/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/mew2/Makefile b/mail/mew2/Makefile index 5713d111199f..09944574b0d0 100644 --- a/mail/mew2/Makefile +++ b/mail/mew2/Makefile @@ -8,8 +8,8 @@ PORTNAME= mew PORTVERSION= ${MEW_VER} CATEGORIES= mail elisp -MASTER_SITES= ftp://ftp.mew.org/pub/Mew/ \ - ftp://ftp.kyushu-u.ac.jp/pub/Misc/mew/ \ +MASTER_SITES= ftp://ftp.mew.org/pub/Mew/release/ \ + ftp://ftp.kyushu-u.ac.jp/pub/Misc/mew/release/ \ ${MASTER_SITE_PORTS_JP} PKGNAMESUFFIX= -${EMACS_PORT_NAME} |