diff options
author | Tom Hukins <tom@FreeBSD.org> | 2003-06-10 14:00:41 +0000 |
---|---|---|
committer | Tom Hukins <tom@FreeBSD.org> | 2003-06-10 14:00:41 +0000 |
commit | 4ec2f91a2bab05326c61686230b5a3c924923f7b (patch) | |
tree | 6a848a87b1b687b7cdcf1f34a6cae30f68e993c9 /mail/ezmlm-idx/Makefile | |
parent | The last commit broke the Makefile because I checked a variable before (diff) |
Fix MASTER_SITES.
Diffstat (limited to '')
-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 e3fbfa87178c..d4a8595808bc 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} |