pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mail/dspam Add src/tools/dspam_train.in to REPLACE_PER...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9d8ce3cc2783
branches:  trunk
changeset: 522141:9d8ce3cc2783
user:      obache <obache%pkgsrc.org@localhost>
date:      Mon Dec 04 11:32:10 2006 +0000

description:
Add src/tools/dspam_train.in to REPLACE_PERL, pointed out in PR 35180,
and also remove inexistent tools.

Bump PKGREVISION.

diffstat:

 mail/dspam/Makefile |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (22 lines):

diff -r 14a3cd908bf0 -r 9d8ce3cc2783 mail/dspam/Makefile
--- a/mail/dspam/Makefile       Mon Dec 04 07:20:15 2006 +0000
+++ b/mail/dspam/Makefile       Mon Dec 04 11:32:10 2006 +0000
@@ -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 @@
 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



Home | Main Index | Thread Index | Old Index