diff options
author | anders <anders@FreeBSD.org> | 2006-04-05 04:23:40 +0800 |
---|---|---|
committer | anders <anders@FreeBSD.org> | 2006-04-05 04:23:40 +0800 |
commit | de033293d98b3e6b969f73c6a325d6eec38b0347 (patch) | |
tree | b1e701a2a079ddec9149dcecd5eb0aace1114f7f /mail/majordomo | |
parent | 2b5b73a716dc752884a9ad32e756dcce8f0ef196 (diff) | |
download | freebsd-ports-gnome-de033293d98b3e6b969f73c6a325d6eec38b0347.tar.gz freebsd-ports-gnome-de033293d98b3e6b969f73c6a325d6eec38b0347.tar.zst freebsd-ports-gnome-de033293d98b3e6b969f73c6a325d6eec38b0347.zip |
Unbreak: distfile IS fetchable. Add another master site however, to make
downloading more stable.
Diffstat (limited to 'mail/majordomo')
-rw-r--r-- | mail/majordomo/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/mail/majordomo/Makefile b/mail/majordomo/Makefile index e06efff3014e..fea383d864c0 100644 --- a/mail/majordomo/Makefile +++ b/mail/majordomo/Makefile @@ -9,15 +9,14 @@ PORTNAME= majordomo PORTVERSION= 1.94.5 PORTREVISION= 2 CATEGORIES= mail -MASTER_SITES= ftp://ftp.greatcircle.com/pub/majordomo/1.94.5/ \ - ftp://ftp.sgi.com/other/majordomo/1.94.5/ +MASTER_SITES= ftp://ftp.nuug.no/pub/anders/distfiles/ \ + ftp://ftp.sgi.com/other/majordomo/1.94.5/ \ + ftp://ftp.greatcircle.com/pub/majordomo/1.94.5/ EXTRACT_SUFX= .tgz MAINTAINER= anders@FreeBSD.org COMMENT= A mailing list manager -BROKEN= Unfetchable - .if defined(WITH_SHA1_COOKIES) RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Digest/SHA1.pm:${PORTSDIR}/security/p5-Digest-SHA1 .else |