diff options
author | miwi <miwi@FreeBSD.org> | 2006-08-04 07:18:41 +0000 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2006-08-04 07:18:41 +0000 |
commit | 0b5adb1d8a9295a5ca41fcf7ed121c0fb2e87424 (patch) | |
tree | 5e033df067df53b56007387924adba5591a4fa99 /mail/spamoracle | |
parent | 3a6aa3fd76c6ee4278621b691aa815ed70aefd38 (diff) | |
download | FreeBSD-ports-0b5adb1d8a9295a5ca41fcf7ed121c0fb2e87424.zip FreeBSD-ports-0b5adb1d8a9295a5ca41fcf7ed121c0fb2e87424.tar.gz |
- Pass maintainership to submitter
- Fix whitspaces in Makefile
PR: ports/101125
Submitted by: Soeren Straarup
Approved by: markus (co mentor)
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 996b0d5..cabf90f 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 |