diff options
author | grant <grant@pkgsrc.org> | 2003-12-01 12:16:14 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2003-12-01 12:16:14 +0000 |
commit | e204efe934177ca96a404e55817d3bcc63d52cd6 (patch) | |
tree | 9ed29a99427272b88b490e75721fb7f7da81fefc /mail | |
parent | c217da4869ab7fa363206b88ff47d6b04dc150cb (diff) | |
download | pkgsrc-e204efe934177ca96a404e55817d3bcc63d52cd6.tar.gz |
reorder lines to appease pkglint (hi, zuntum!)
Diffstat (limited to 'mail')
-rw-r--r-- | mail/spamprobe/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/mail/spamprobe/Makefile b/mail/spamprobe/Makefile index 1d6cef67f3f..1cf6985f593 100644 --- a/mail/spamprobe/Makefile +++ b/mail/spamprobe/Makefile @@ -1,12 +1,13 @@ -# $NetBSD: Makefile,v 1.4 2003/07/17 21:47:03 grant Exp $ +# $NetBSD: Makefile,v 1.5 2003/12/01 12:16:14 grant Exp $ DISTNAME= spamprobe-0.8b -COMMENT= Spam detector using Bayesian analysis of word counts PKGREVISION= 1 CATEGORIES= mail +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=spamprobe/} + MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://spamprobe.sourceforge.net/ -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=spamprobe/} +COMMENT= Spam detector using Bayesian analysis of word counts USE_BUILDLINK2= YES GNU_CONFIGURE= YES |