diff options
author | sergei <sergei@FreeBSD.org> | 2005-09-06 22:19:43 +0800 |
---|---|---|
committer | sergei <sergei@FreeBSD.org> | 2005-09-06 22:19:43 +0800 |
commit | 17996754a8198907a879c46adc5385e4ff5797d5 (patch) | |
tree | 6aeb728025a2e72ba0f278067bf9706097f17a24 | |
parent | 8e971e8172651fff7dcfdf824957fc2395b3c0ba (diff) | |
download | freebsd-ports-gnome-17996754a8198907a879c46adc5385e4ff5797d5.tar.gz freebsd-ports-gnome-17996754a8198907a879c46adc5385e4ff5797d5.tar.zst freebsd-ports-gnome-17996754a8198907a879c46adc5385e4ff5797d5.zip |
- 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 |