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 | |
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 | ||||
-rw-r--r-- | mail/ezmlm/Makefile | 13 |
2 files changed, 8 insertions, 7 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} diff --git a/mail/ezmlm/Makefile b/mail/ezmlm/Makefile index a26ab91f9294..0667050e3f6f 100644 --- a/mail/ezmlm/Makefile +++ b/mail/ezmlm/Makefile @@ -8,12 +8,13 @@ PORTNAME= ezmlm PORTVERSION= 0.53 CATEGORIES= mail -MASTER_SITES= ftp://ftp.ezmlm.org/pub/qmail/ \ - ftp://ftp.ntnu.no/pub/unix/mail/qmail/ \ - ftp://mirror.pipex.net/pub/qmail/ \ - ftp://ftp.jp.qmail.org/qmail/ \ - ftp://ftp.rifkin.technion.ac.il/pub/qmail/ \ - ftp://ftp.mira.net.au/unix/mail/qmail/ +MASTER_SITES= http://cr.yp.to/software/ \ + ftp://ftp.fu-berlin.de/unix/mail/qmail/ \ + ftp://ftp.st.ryukoku.ac.jp/pub/network/mail/qmail/ \ + ftp://ftp.gbnet.net/pub/qmail/ \ + ftp://ftp.iway.fr/pub/unix/mail/qmail/ \ + ftp://ftp.nl.uu.net/pub/unix/mail/qmail/ \ + ftp://ftp.archive.de.uu.net/pub/unix/mail/qmail/ MAINTAINER= tom@FreeBSD.org COMMENT= An easy-to-use, high-speed mailing list manager for qmail |