diff options
author | Erwin Lansing <erwin@FreeBSD.org> | 2008-02-29 07:56:17 +0000 |
---|---|---|
committer | Erwin Lansing <erwin@FreeBSD.org> | 2008-02-29 07:56:17 +0000 |
commit | 883fc3deee86e14f60bf68ff96304a7476050a33 (patch) | |
tree | 49391fc23eb3ffacc803b06e3f905d912b85c6ad /mail/sccmilter | |
parent | a157847914f31a1a3e06e2772cfb6b5ab345529b (diff) |
Fix MASTER_SITES
Submitted by: "Rashid N. Achilov" <achilov-rn@askd.ru> (maintainer),
pointyhat
Notes
Notes:
svn path=/head/; revision=208166
Diffstat (limited to 'mail/sccmilter')
-rw-r--r-- | mail/sccmilter/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/sccmilter/Makefile b/mail/sccmilter/Makefile index fb58a250642b..cfb36fd72a69 100644 --- a/mail/sccmilter/Makefile +++ b/mail/sccmilter/Makefile @@ -9,7 +9,8 @@ PORTNAME= sccmilter PORTVERSION= 0.95.7 PORTREVISION= 1 CATEGORIES= mail sysutils -MASTER_SITES= ftp://ftp.granch.ru/pub/kavmilter/ +MASTER_SITES= http://openoffice.nextmail.ru/ \ + http://citycat4.land.ru/ MAINTAINER= achilov-rn@askd.ru COMMENT= Sendmail spam control and canceling filter, based on Milter API |