diff options
author | Oliver Eikemeier <eik@FreeBSD.org> | 2003-11-16 22:15:28 +0000 |
---|---|---|
committer | Oliver Eikemeier <eik@FreeBSD.org> | 2003-11-16 22:15:28 +0000 |
commit | 89638808a88755ce6db7cc57e8b9c19c10c00c22 (patch) | |
tree | 0b2bb8c7b302da7444d6de3bf62f0c3bdac27e1d /mail/fetchmail | |
parent | d20d97593ac6aeb95b6121f79af767d0101af004 (diff) | |
download | ports-89638808a88755ce6db7cc57e8b9c19c10c00c22.tar.gz ports-89638808a88755ce6db7cc57e8b9c19c10c00c22.zip |
Notes
Diffstat (limited to 'mail/fetchmail')
-rw-r--r-- | mail/fetchmail/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/mail/fetchmail/Makefile b/mail/fetchmail/Makefile index 3ef9453b8f3c..5610556cdb96 100644 --- a/mail/fetchmail/Makefile +++ b/mail/fetchmail/Makefile @@ -12,9 +12,11 @@ PORTNAME= fetchmail PORTVERSION= 6.2.5 CATEGORIES= mail ipv6 -MASTER_SITES= http://www.catb.org/~esr/fetchmail/ \ - ftp://ftp.ccil.org/pub/esr/fetchmail/ \ - ftp://ftp.win.ne.jp/pub/network/mail/fetchmail/ +MASTER_SITES= http://www.catb.org/~esr/%SUBDIR%/ \ + ftp://ftp.ayamura.org/pub/%SUBDIR%/ \ + ftp://ftp.win.jp/pub/%SUBDIR%/ \ + ftp://ftp.dti.ad.jp/pub/net/mail/%SUBDIR%/ +MASTER_SITE_SUBDIR= fetchmail MAINTAINER= eik@FreeBSD.org COMMENT= Batch mail retrieval utility for IMAP/POP2/POP3/APOP/KPOP/ETRN/ODMR |