From 8daa8a1eabb2e03eb4a23113dada24839bd7369e Mon Sep 17 00:00:00 2001 From: obache Date: Sun, 10 Dec 2006 04:36:30 +0000 Subject: Fix PLIST and don't install unwanted files when option backend database is pgsql, close PR 34230. --- mail/dspam/Makefile | 4 ++-- mail/dspam/PLIST | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) (limited to 'mail/dspam') diff --git a/mail/dspam/Makefile b/mail/dspam/Makefile index 371ddc11511..f2e8b7e111a 100644 --- a/mail/dspam/Makefile +++ b/mail/dspam/Makefile @@ -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 @@ post-install: . 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 --git a/mail/dspam/PLIST b/mail/dspam/PLIST index 4234e83e8c6..2a4e68aa42a 100644 --- a/mail/dspam/PLIST +++ b/mail/dspam/PLIST @@ -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_merge 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 -- cgit v1.2.3