diff options
author | Sergei Kolobov <sergei@FreeBSD.org> | 2005-09-06 14:19:43 +0000 |
---|---|---|
committer | Sergei Kolobov <sergei@FreeBSD.org> | 2005-09-06 14:19:43 +0000 |
commit | c5bbdedcbf03438219ff848076ff5ea09c525eb1 (patch) | |
tree | ea4fe2845e35b17df0cee1f253395ca3fee4bb95 | |
parent | - Update to 2.0.3 (diff) |
- Some users have problems downloading t-prot from its the only master site.
Attempt to address those issues to adding a mirror at FreeBSD.org
PR: ports/85771
Submitted by: Matthias Fechner <idefix@fechner.net>
-rw-r--r-- | mail/t-prot/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/mail/t-prot/Makefile b/mail/t-prot/Makefile index bd584845f082..152d816b762c 100644 --- a/mail/t-prot/Makefile +++ b/mail/t-prot/Makefile @@ -8,7 +8,9 @@ PORTNAME= t-prot PORTVERSION= 2.0.1 CATEGORIES= mail -MASTER_SITES= http://www.escape.de/users/tolot/mutt/t-prot/downloads/ +MASTER_SITES= http://www.escape.de/users/tolot/mutt/t-prot/downloads/ \ + ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR= sergei MAINTAINER= sergei@FreeBSD.org COMMENT= TOFU Protection - Display Filter for RFC822 messages |