diff options
author | Anders Nordby <anders@FreeBSD.org> | 2006-04-04 20:23:40 +0000 |
---|---|---|
committer | Anders Nordby <anders@FreeBSD.org> | 2006-04-04 20:23:40 +0000 |
commit | ec579f1aeb6ab3bf708217905e25fece19bf437c (patch) | |
tree | 77877c50531f507df13b9b2493337fcf35b942d1 /mail/majordomo | |
parent | 0fc6f875c6d419bc5c27649190cab7394f170e84 (diff) | |
download | ports-ec579f1aeb6ab3bf708217905e25fece19bf437c.tar.gz ports-ec579f1aeb6ab3bf708217905e25fece19bf437c.zip |
Notes
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 |