diff options
author | tom <tom@FreeBSD.org> | 2003-06-10 14:00:41 +0000 |
---|---|---|
committer | tom <tom@FreeBSD.org> | 2003-06-10 14:00:41 +0000 |
commit | f6ea8ae5c057ecb387c533aa741849ed3c79c802 (patch) | |
tree | e0a19e3b6547cadb76c5be60e5c82505ae3ae332 /mail/ezmlm-idx | |
parent | 1777ba8c75f6e938ab1710af4b36c8050bf4a1e7 (diff) | |
download | FreeBSD-ports-f6ea8ae5c057ecb387c533aa741849ed3c79c802.zip FreeBSD-ports-f6ea8ae5c057ecb387c533aa741849ed3c79c802.tar.gz |
Fix MASTER_SITES.
Diffstat (limited to 'mail/ezmlm-idx')
-rw-r--r-- | mail/ezmlm-idx/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/ezmlm-idx/Makefile b/mail/ezmlm-idx/Makefile index e3fbfa8..d4a8595 100644 --- a/mail/ezmlm-idx/Makefile +++ b/mail/ezmlm-idx/Makefile @@ -12,7 +12,7 @@ CATEGORIES= mail MASTER_SITES= ftp://ftp.ezmlm.org/pub/patches/ \ ftp://gd.tuwien.ac.at/infosys/mail/qmail/ezmlm-patches/ \ http://gd.tuwien.ac.at/infosys/mail/qmail/ezmlm-patches/ \ - ftp://ftp.eos.hokudai.ac.jp/pub/mail/qmail/ezmlm-idx/ + ftp://ftp.eos.hokudai.ac.jp/pub/mail/ezmlm/ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ ezmlm-${EZMLM_VERSION}${EXTRACT_SUFX} |