diff options
Diffstat (limited to 'mail/dspam/Makefile')
-rw-r--r-- | mail/dspam/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mail/dspam/Makefile b/mail/dspam/Makefile index 3adf2f7615c..f394aec9aca 100644 --- a/mail/dspam/Makefile +++ b/mail/dspam/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.52 2006/06/18 08:29:00 xtraeme Exp $ +# $NetBSD: Makefile,v 1.53 2006/12/04 11:32:10 obache Exp $ DISTNAME= dspam-3.6.8 +PKGREVISION= 1 CATEGORIES= mail MASTER_SITES= http://www.nuclearelephant.com/projects/dspam/sources/ @@ -12,8 +13,7 @@ GNU_CONFIGURE= yes USE_LIBTOOL= yes USE_TOOLS+= perl:run pkg-config -REPLACE_PERL= src/tools/dspam_genaliases.in \ - src/tools/dspam_corpus.in \ +REPLACE_PERL= src/tools/dspam_train.in \ webui/cgi-bin/*.cgi webui/cgi-bin/configure.pl.in PKGCONFIG_OVERRIDE+= src/dspam.pc.in |