diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2006-08-04 07:18:41 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2006-08-04 07:18:41 +0000 |
commit | 7db94b79933fffcc4291301242cf1bf907313093 (patch) | |
tree | 22e05620570ba0fc038b0d5de28e2ded7c4cfba5 /mail/spamoracle | |
parent | a46031b363c319247ad1c7a1a1e0e1fdca76fd5d (diff) | |
download | ports-7db94b79933fffcc4291301242cf1bf907313093.tar.gz ports-7db94b79933fffcc4291301242cf1bf907313093.zip |
Notes
Diffstat (limited to 'mail/spamoracle')
-rw-r--r-- | mail/spamoracle/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/spamoracle/Makefile b/mail/spamoracle/Makefile index 996b0d571e3f..cabf90f887ad 100644 --- a/mail/spamoracle/Makefile +++ b/mail/spamoracle/Makefile @@ -10,7 +10,7 @@ PORTVERSION= 1.4 CATEGORIES= mail MASTER_SITES= http://cristal.inria.fr/~xleroy/software/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= xride@x12.dk COMMENT= procmail spam filter written in ML using Bayesian classification BUILD_DEPENDS= ocaml:${PORTSDIR}/lang/ocaml @@ -18,7 +18,7 @@ BUILD_DEPENDS= ocaml:${PORTSDIR}/lang/ocaml MAN1= spamoracle.1 MAN5= spamoracle.conf.5 -PLIST_FILES= bin/spamoracle +PLIST_FILES= bin/spamoracle .ifndef(NOPORTDOCS) PORTDOCS= Changes README .endif |