diff options
author | naddy <naddy@FreeBSD.org> | 2003-11-10 08:38:16 +0800 |
---|---|---|
committer | naddy <naddy@FreeBSD.org> | 2003-11-10 08:38:16 +0800 |
commit | b35d562b2a9fad51a15015ffd1e273440502241b (patch) | |
tree | cc7934fc99269cfc9983fd6eadd3ec3a59f2917a /mail/dspam | |
parent | a5913891e91afd24969cd090cd0906272a197fda (diff) | |
download | freebsd-ports-gnome-b35d562b2a9fad51a15015ffd1e273440502241b.tar.gz freebsd-ports-gnome-b35d562b2a9fad51a15015ffd1e273440502241b.tar.zst freebsd-ports-gnome-b35d562b2a9fad51a15015ffd1e273440502241b.zip |
Fix master site and unbreak.
PR: 58873
Submitted by: Matthias Andree <matthias.andree@gmx.de>
Diffstat (limited to 'mail/dspam')
-rw-r--r-- | mail/dspam/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/mail/dspam/Makefile b/mail/dspam/Makefile index be29f6f08842..94172b16f70a 100644 --- a/mail/dspam/Makefile +++ b/mail/dspam/Makefile @@ -8,15 +8,13 @@ PORTNAME= dspam PORTVERSION= 2.7.1 CATEGORIES= mail -MASTER_SITES= http://www.nuclearelephant.com/projects/dspam/ +MASTER_SITES= http://www.nuclearelephant.com/projects/dspam/sources/ MAINTAINER= dom@wirespeed.org.uk COMMENT= A server-side bayesian spam filter LIB_DEPENDS= db41.1:${PORTSDIR}/databases/db41 -BROKEN= Does not fetch, will be removed after Feb 2 - GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-userdir=${PREFIX}/etc/dspam \ --with-db4-includes=${LOCALBASE}/include/db41 |