diff options
author | pawel <pawel@FreeBSD.org> | 2014-10-27 07:13:00 +0800 |
---|---|---|
committer | pawel <pawel@FreeBSD.org> | 2014-10-27 07:13:00 +0800 |
commit | 36a6af2ede7a3483b13c12d04c2fd59c70bfe83c (patch) | |
tree | fb5e9258726465f748d776b1fc5326d32f37397b /mail/claws-mail-spamreport | |
parent | c29ff3aaf1405fa5f7b30b5bee64f565f0b21fc0 (diff) | |
download | freebsd-ports-gnome-36a6af2ede7a3483b13c12d04c2fd59c70bfe83c.tar.gz freebsd-ports-gnome-36a6af2ede7a3483b13c12d04c2fd59c70bfe83c.tar.zst freebsd-ports-gnome-36a6af2ede7a3483b13c12d04c2fd59c70bfe83c.zip |
Update Claws Mail and plugins to 3.11.0 release
mail/claws-mail:
- Convert to USES=execinfo shebangfix
- Use path independent (BUILD|RUN)_DEPENDS
Release notes: http://claws-mail.org/news.php
Diffstat (limited to 'mail/claws-mail-spamreport')
-rw-r--r-- | mail/claws-mail-spamreport/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/mail/claws-mail-spamreport/Makefile b/mail/claws-mail-spamreport/Makefile index d912f8983094..4e7b083ab6c8 100644 --- a/mail/claws-mail-spamreport/Makefile +++ b/mail/claws-mail-spamreport/Makefile @@ -9,5 +9,4 @@ COMMENT= Spam report plugin for Claws Mail CLAWS_PLUGINS_BUILD= spam_report .include "../claws-mail/Makefile.claws" -PLIST_FILES:= ${PLIST_FILES:S|spam_report|spamreport|g} .include <bsd.port.mk> |