pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/mail/dspam Fix PLIST and don't install unwanted files ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/62659a31cb9a
branches: trunk
changeset: 522478:62659a31cb9a
user: obache <obache%pkgsrc.org@localhost>
date: Sun Dec 10 04:36:30 2006 +0000
description:
Fix PLIST and don't install unwanted files when option backend database
is pgsql, close PR 34230.
diffstat:
mail/dspam/Makefile | 4 ++--
mail/dspam/PLIST | 3 ++-
2 files changed, 4 insertions(+), 3 deletions(-)
diffs (35 lines):
diff -r 68c04f554d01 -r 62659a31cb9a mail/dspam/Makefile
--- a/mail/dspam/Makefile Sun Dec 10 04:13:47 2006 +0000
+++ b/mail/dspam/Makefile Sun Dec 10 04:36:30 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.54 2006/12/05 13:16:35 obache Exp $
+# $NetBSD: Makefile,v 1.55 2006/12/10 04:36:30 obache Exp $
DISTNAME= dspam-3.6.8
PKGREVISION= 2
@@ -139,7 +139,7 @@
. if !empty(DSPAM_STORAGE_DRIVER:M${drv})
${INSTALL_DATA_DIR} ${DATADIR}/${drv}
cd ${WRKSRC}/src/tools.${drv}_drv && \
- ${PAX} -rwppm '-s|.*/Makefile.*$$||' . ${DATADIR}/${drv}
+ ${PAX} -rwppm ./*.sql ${DATADIR}/${drv}
. endif
.endfor
diff -r 68c04f554d01 -r 62659a31cb9a mail/dspam/PLIST
--- a/mail/dspam/PLIST Sun Dec 10 04:13:47 2006 +0000
+++ b/mail/dspam/PLIST Sun Dec 10 04:36:30 2006 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.15 2006/06/18 08:29:00 xtraeme Exp $
+@comment $NetBSD: PLIST,v 1.16 2006/12/10 04:36:30 obache Exp $
${HASH}bin/cssstat
${HASH}bin/csscompress
${HASH}bin/cssclean
@@ -14,6 +14,7 @@
bin/dspam_stats
bin/dspam_train
bin/dspamc
+${PGSQL}bin/dspam_pg2int8
include/dspam/buffer.h
include/dspam/config.h
include/dspam/config_shared.h
Home |
Main Index |
Thread Index |
Old Index