diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2004-04-12 22:22:31 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2004-04-12 22:22:31 +0000 |
commit | 7de4bda3f1ab1f7d4d615d39074a9aa113d3cbd0 (patch) | |
tree | 06d9ff2655390c2cb081111ff95e5c7813409d1a /mail/mew3/Makefile | |
parent | - Update to 1.6.2 (diff) |
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 '')
-rw-r--r-- | mail/mew3/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/mew3/Makefile b/mail/mew3/Makefile index 3d3a0dbab140..f4a35e56dff7 100644 --- a/mail/mew3/Makefile +++ b/mail/mew3/Makefile @@ -8,7 +8,7 @@ PORTNAME= mew PORTVERSION= ${MEW_VER} CATEGORIES= mail elisp -MASTER_SITES= ftp://ftp.mew.org/pub/Mew/ \ +MASTER_SITES= ftp://ftp.mew.org/pub/Mew/release/ \ ${MASTER_SITE_PORTS_JP} PKGNAMESUFFIX= -${EMACS_PORT_NAME} |