diff options
author | bapt <bapt@FreeBSD.org> | 2011-03-15 18:02:08 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2011-03-15 18:02:08 +0800 |
commit | a227c843bfbd9039b45a3ef87b675e50729b34a6 (patch) | |
tree | 4fb34ac12962eb27d47c14032562426c4024401b /mail/bayespam/Makefile | |
parent | fa5a827590a9f0589c11d40710c55ebc534871e0 (diff) | |
download | freebsd-ports-gnome-a227c843bfbd9039b45a3ef87b675e50729b34a6.tar.gz freebsd-ports-gnome-a227c843bfbd9039b45a3ef87b675e50729b34a6.tar.zst freebsd-ports-gnome-a227c843bfbd9039b45a3ef87b675e50729b34a6.zip |
Update MASTER_SITE and WWW
Add EXTRACT_SUFX
While here remove md5
Diffstat (limited to 'mail/bayespam/Makefile')
-rw-r--r-- | mail/bayespam/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/bayespam/Makefile b/mail/bayespam/Makefile index 2dacadddbf6a..ffbd68dac601 100644 --- a/mail/bayespam/Makefile +++ b/mail/bayespam/Makefile @@ -8,7 +8,8 @@ PORTNAME= bayespam PORTVERSION= 0.9.2 CATEGORIES= mail -MASTER_SITES= http://www.garyarnold.com/projects/ +MASTER_SITES= http://www.garyarnold.com/sites/default/files/ +EXTRACT_SUFX= .tar_.gz MAINTAINER= ports@FreeBSD.org COMMENT= qmail spam filter written in Perl using Bayesian classification |