diff options
author | obache <obache> | 2006-12-10 04:36:30 +0000 |
---|---|---|
committer | obache <obache> | 2006-12-10 04:36:30 +0000 |
commit | 8daa8a1eabb2e03eb4a23113dada24839bd7369e (patch) | |
tree | 7a788deda879f20dca0b7b06b8ac5441207a0dc1 /mail/dspam | |
parent | 2fc897eaeb35ca4ec892bdaeaf2f13ca235c8349 (diff) | |
download | pkgsrc-8daa8a1eabb2e03eb4a23113dada24839bd7369e.tar.gz |
Fix PLIST and don't install unwanted files when option backend database
is pgsql, close PR 34230.
Diffstat (limited to 'mail/dspam')
-rw-r--r-- | mail/dspam/Makefile | 4 | ||||
-rw-r--r-- | mail/dspam/PLIST | 3 |
2 files changed, 4 insertions, 3 deletions
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 |