diff options
author | barner <barner@FreeBSD.org> | 2005-11-10 16:30:32 +0000 |
---|---|---|
committer | barner <barner@FreeBSD.org> | 2005-11-10 16:30:32 +0000 |
commit | 09e889c7f3bc21d6e35dbb86f3051141f2956d9b (patch) | |
tree | c8a58708772f4675adabef4af471bc69f4911fc0 /mail | |
parent | b83cd8016ad52683480faed357051e08cdff59f5 (diff) | |
download | FreeBSD-ports-09e889c7f3bc21d6e35dbb86f3051141f2956d9b.zip FreeBSD-ports-09e889c7f3bc21d6e35dbb86f3051141f2956d9b.tar.gz |
Add private backup master site.
Requested by: Diane Bruce <db@db.net>
PR: ports/88787
Diffstat (limited to 'mail')
-rw-r--r-- | mail/fetchmail/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/mail/fetchmail/Makefile b/mail/fetchmail/Makefile index 3c1461a..90189fff 100644 --- a/mail/fetchmail/Makefile +++ b/mail/fetchmail/Makefile @@ -17,14 +17,16 @@ MASTER_SITES= http://download.berlios.de/%SUBDIR%/:fetchmail_site,fetchmailconf_ http://www.catb.org/~esr/%SUBDIR%/:fetchmail_site \ ftp://ftp.ayamura.org/pub/%SUBDIR%/:fetchmail_site \ ftp://ftp.win.jp/pub/%SUBDIR%/:fetchmail \ - ftp://ftp.dti.ad.jp/pub/net/mail/%SUBDIR%/:fetchmail_site + ftp://ftp.dti.ad.jp/pub/net/mail/%SUBDIR%/:fetchmail_site \ + http://home.leo.org/~barner/freebsd/distfiles/:fetchmail_site,fetchmailconf_site MASTER_SITE_SUBDIR= fetchmail/:fetchmail_site,fetchmailconf_site DISTNAME= ${PORTNAME}-6.2.5 DISTFILES= ${DISTNAME}${EXTRACT_SUFX}:fetchmail_site \ fetchmailconf-${FETCHMAILCONF_VER}.gz:fetchmailconf_site EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} -PATCH_SITES= http://download.berlios.de/%SUBDIR%/ +PATCH_SITES= http://download.berlios.de/%SUBDIR%/ \ + http://home.leo.org/~barner/freebsd/distfiles/ PATCH_SITE_SUBDIR= fetchmail PATCHFILES= ${PORTNAME}-patch-${PORTVERSION}.gz PATCH_DIST_STRIP=-p1 |