diff options
-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 |