summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgrant <grant@pkgsrc.org>2003-12-01 12:16:14 +0000
committergrant <grant@pkgsrc.org>2003-12-01 12:16:14 +0000
commita3784208af0e67ec02130f94180e8568b5888928 (patch)
tree9ed29a99427272b88b490e75721fb7f7da81fefc
parent7c49e334c76b2176c0b9886a746ee86f0f6bb2d9 (diff)
downloadpkgsrc-a3784208af0e67ec02130f94180e8568b5888928.tar.gz
reorder lines to appease pkglint (hi, zuntum!)
-rw-r--r--mail/spamprobe/Makefile7
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