diff options
-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 |