diff options
author | smb <smb@pkgsrc.org> | 2008-12-16 20:59:53 +0000 |
---|---|---|
committer | smb <smb@pkgsrc.org> | 2008-12-16 20:59:53 +0000 |
commit | 6af93cc89085137e9ebe8c4423df482ef6725664 (patch) | |
tree | da7ef8b0e5b9d2e620f53d644ecfcbe34e86568a /mail | |
parent | 2710cb900740599a5282d7c02d4e266ea56ef095 (diff) | |
download | pkgsrc-6af93cc89085137e9ebe8c4423df482ef6725664.tar.gz |
Fix PLIST problem (pr 39844)
Diffstat (limited to 'mail')
-rw-r--r-- | mail/claws-mail-spamreport/Makefile | 3 | ||||
-rw-r--r-- | mail/claws-mail-spamreport/PLIST | 5 |
2 files changed, 6 insertions, 2 deletions
diff --git a/mail/claws-mail-spamreport/Makefile b/mail/claws-mail-spamreport/Makefile index 2c501caa87f..6a4508cc752 100644 --- a/mail/claws-mail-spamreport/Makefile +++ b/mail/claws-mail-spamreport/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.11 2008/10/15 16:22:03 smb Exp $ +# $NetBSD: Makefile,v 1.12 2008/12/16 20:59:53 smb Exp $ # DISTNAME= spam_report-0.3.6 PKGNAME= claws-mail-spam_report-0.3.6 +PKGREVISION= 1 CATEGORIES= mail MASTER_SITES= http://claws-mail.org/downloads/plugins/ diff --git a/mail/claws-mail-spamreport/PLIST b/mail/claws-mail-spamreport/PLIST index 067c25446d6..930833c48d3 100644 --- a/mail/claws-mail-spamreport/PLIST +++ b/mail/claws-mail-spamreport/PLIST @@ -1,5 +1,7 @@ -@comment $NetBSD: PLIST,v 1.3 2008/12/14 19:29:11 hasso Exp $ +@comment $NetBSD: PLIST,v 1.4 2008/12/16 20:59:53 smb Exp $ +lib/claws-mail/plugins/spamreport.a lib/claws-mail/plugins/spamreport.la +lib/claws-mail/plugins/spamreport.so share/locale/ca/LC_MESSAGES/spam_report.mo share/locale/es/LC_MESSAGES/spam_report.mo share/locale/fi/LC_MESSAGES/spam_report.mo @@ -10,3 +12,4 @@ share/locale/pt_BR/LC_MESSAGES/spam_report.mo share/locale/ru/LC_MESSAGES/spam_report.mo share/locale/sk/LC_MESSAGES/spam_report.mo @dirrm lib/claws-mail/plugins +@dirrm lib/claws-mail |