diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2015-01-06 17:38:40 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2015-01-06 17:38:40 +0800 |
commit | dae47df6e68f7c7e2e5eb07a597332f168d20f25 (patch) | |
tree | 56932114fa9523a53fd538e32d7f22b814efeb4d /mail/sylpheed | |
parent | cfd98f44fe453fad932bd2a925c8793d248a2ebb (diff) | |
download | freebsd-ports-gnome-dae47df6e68f7c7e2e5eb07a597332f168d20f25.tar.gz freebsd-ports-gnome-dae47df6e68f7c7e2e5eb07a597332f168d20f25.tar.zst freebsd-ports-gnome-dae47df6e68f7c7e2e5eb07a597332f168d20f25.zip |
Move MASTER_SITES from CRITICAL to LOCAL/ehaupt
Diffstat (limited to 'mail/sylpheed')
-rw-r--r-- | mail/sylpheed/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/sylpheed/Makefile b/mail/sylpheed/Makefile index e197225f831d..d69640567ef8 100644 --- a/mail/sylpheed/Makefile +++ b/mail/sylpheed/Makefile @@ -6,7 +6,7 @@ PORTVERSION= 3.4.2 PORTREVISION= 1 CATEGORIES= mail ipv6 MASTER_SITES= http://sylpheed.sraoss.jp/sylpheed/v${PORTVERSION:C/\.[^\.]*$//}/ \ - CRITICAL + LOCAL/ehaupt MAINTAINER= ehaupt@FreeBSD.org COMMENT= Lightweight, featureful, and fast GTK+ based e-mail client |