diff options
author | Yen-Ming Lee <leeym@FreeBSD.org> | 2005-02-25 03:09:26 +0000 |
---|---|---|
committer | Yen-Ming Lee <leeym@FreeBSD.org> | 2005-02-25 03:09:26 +0000 |
commit | e739b59dee9252b5a6b62c500648ed9c5effc398 (patch) | |
tree | 16f759049a84476127bc6ced9769db08501be46f /mail/dspam-devel/pkg-plist | |
parent | 990cb3601f2eb2a4a2b8d9c42e0661e772d7983e (diff) | |
download | ports-e739b59dee9252b5a6b62c500648ed9c5effc398.tar.gz ports-e739b59dee9252b5a6b62c500648ed9c5effc398.zip |
Notes
Diffstat (limited to 'mail/dspam-devel/pkg-plist')
-rw-r--r-- | mail/dspam-devel/pkg-plist | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/mail/dspam-devel/pkg-plist b/mail/dspam-devel/pkg-plist index ca81cd407ed7..d1412d17e3e0 100644 --- a/mail/dspam-devel/pkg-plist +++ b/mail/dspam-devel/pkg-plist @@ -7,6 +7,7 @@ bin/dspam_corpus bin/dspam_crc bin/dspam_dump bin/dspam_genaliases +bin/dspam_logrotate bin/dspam_merge bin/dspam_stats @unexec if cmp -s %D/etc/dspam.conf %D/etc/dspam.conf.sample; then rm -f %D/etc/dspam.conf; fi @@ -14,18 +15,18 @@ etc/dspam.conf.sample include/dspam/buffer.h include/dspam/config.h include/dspam/decode.h +include/dspam/diction.h include/dspam/error.h include/dspam/heap.h -include/dspam/lht.h include/dspam/libdspam.h include/dspam/libdspam_objects.h include/dspam/nodetree.h include/dspam/storage_driver.h -include/dspam/tbt.h lib/libdspam.a lib/libdspam.so lib/libdspam.so.6 libdata/pkgconfig/dspam.pc +@unexec rmdir %B 2>/dev/null || true %%PORTDOCS%%%%DOCSDIR%%/CHANGELOG %%PORTDOCS%%%%DOCSDIR%%/LICENSE %%PORTDOCS%%%%DOCSDIR%%/README |