diff options
author | Yen-Ming Lee <leeym@FreeBSD.org> | 2003-02-17 16:42:32 +0000 |
---|---|---|
committer | Yen-Ming Lee <leeym@FreeBSD.org> | 2003-02-17 16:42:32 +0000 |
commit | 5d2681c505236746f23894ef2e44ce39abb2e82a (patch) | |
tree | bdd77f397b5ff0e909c65ee7b68e341be262cf2b /mail/smtpfeed/Makefile | |
parent | 94b198ff8404a8907126f3d9b9e1216095686ff9 (diff) |
- Add mirror sites
- Use COMMENT
PR: 48356
Submitted by: Kimura Fuyuki <fuyuki@hadaly.org>
Notes
Notes:
svn path=/head/; revision=75716
Diffstat (limited to 'mail/smtpfeed/Makefile')
-rw-r--r-- | mail/smtpfeed/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mail/smtpfeed/Makefile b/mail/smtpfeed/Makefile index f32b61dc0f02..7b84967215c1 100644 --- a/mail/smtpfeed/Makefile +++ b/mail/smtpfeed/Makefile @@ -9,11 +9,13 @@ PORTNAME= smtpfeed PORTVERSION= 1.18 CATEGORIES= mail ipv6 MASTER_SITES= ftp://ftp.kyoto.wide.ad.jp/pub/mail/smtpfeed/ \ + ftp://netsw.org/net/mail/transport/smtp/sendmail/ \ ${MASTER_SITE_RINGSERVER:S,%SUBDIR%,net/mail/smtpfeed/&,} MAINTAINER= ports@FreeBSD.org RUN_DEPENDS= ${LOCALBASE}/sbin/sendmail:${PORTSDIR}/mail/sendmail +COMMENT= SMTP Fast Exploding External Deliverer for Sendmail NO_PACKAGE= "complex configuration for sendmail.cf needed" |