diff options
author | novel <novel@FreeBSD.org> | 2005-05-20 02:53:47 +0000 |
---|---|---|
committer | novel <novel@FreeBSD.org> | 2005-05-20 02:53:47 +0000 |
commit | 121f2040df4d115cf790ac4fd52d4423882eed78 (patch) | |
tree | 6d1ad21c1bfc8d01e1c96e0f997a550209c965b3 /mail/getmail | |
parent | 5c6019d4f9d5fa4e7da81a67758998684bbc84ad (diff) | |
download | FreeBSD-ports-121f2040df4d115cf790ac4fd52d4423882eed78.zip FreeBSD-ports-121f2040df4d115cf790ac4fd52d4423882eed78.tar.gz |
Put the tarball on MASTER_SITE_LOCAL to fix fetching while the master
site is down.
Reported by: pointyhat via kris
Diffstat (limited to 'mail/getmail')
-rw-r--r-- | mail/getmail/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/getmail/Makefile b/mail/getmail/Makefile index dd44b08..9007497 100644 --- a/mail/getmail/Makefile +++ b/mail/getmail/Makefile @@ -8,7 +8,8 @@ PORTNAME= getmail PORTVERSION= 4.3.9 CATEGORIES= mail python -MASTER_SITES= http://pyropus.ca/software/getmail/%SUBDIR%/ +MASTER_SITES= http://pyropus.ca/software/getmail/%SUBDIR%/ \ + ${MASTER_SITE_LOCAL:S/%SUBDIR%/novel/} MASTER_SITE_SUBDIR= old-versions MAINTAINER= question+fbsdports@closedsrc.org |