diff options
author | Matthias Andree <mandree@FreeBSD.org> | 2020-06-12 01:49:58 +0800 |
---|---|---|
committer | Matthias Andree <mandree@FreeBSD.org> | 2020-06-12 01:49:58 +0800 |
commit | e04fbcb48e64d6c8d38c007e1eaf198ec6574a4f (patch) | |
tree | 17e48332edcc46d8e6fbb5b6f7e0cb7894eee983 /mail/claws-mail-tnef | |
parent | 033acbba3ca1ad4ebb5410cffebfaa24169c3da6 (diff) | |
download | freebsd-ports-gnome-e04fbcb48e64d6c8d38c007e1eaf198ec6574a4f.tar.gz freebsd-ports-gnome-e04fbcb48e64d6c8d38c007e1eaf198ec6574a4f.tar.zst freebsd-ports-gnome-e04fbcb48e64d6c8d38c007e1eaf198ec6574a4f.zip |
mail/claws-mail: reorganize plugins
renames a few ports to match their names to the plugin names
(adding to MOVED)
PR: 245939
PR: 239659
Submitted by: rozhuk.im@gmail.com
Approved by: Chris Hutchinson <portmaster@bsdforge.com> (maintainer)
Diffstat (limited to 'mail/claws-mail-tnef')
-rw-r--r-- | mail/claws-mail-tnef/Makefile | 14 | ||||
-rw-r--r-- | mail/claws-mail-tnef/pkg-descr | 4 |
2 files changed, 0 insertions, 18 deletions
diff --git a/mail/claws-mail-tnef/Makefile b/mail/claws-mail-tnef/Makefile deleted file mode 100644 index 4abf721b4d45..000000000000 --- a/mail/claws-mail-tnef/Makefile +++ /dev/null @@ -1,14 +0,0 @@ -# Created by: Martin Wilke <miwi@FreeBSD.org> -# $FreeBSD$ - -PORTNAME= tnef -PORTREVISION= 0 - -COMMENT= TNEF attachment format parser plugin for Claws Mail - -LIB_DEPENDS= libytnef.so:converters/ytnef - -CLAWS_PLUGINS_BUILD= tnef_parse - -.include "../claws-mail/Makefile.claws" -.include <bsd.port.mk> diff --git a/mail/claws-mail-tnef/pkg-descr b/mail/claws-mail-tnef/pkg-descr deleted file mode 100644 index 000ceaeaa549..000000000000 --- a/mail/claws-mail-tnef/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -This plugin enables reading application/ms-tnef attachments -used by Microsoft Outlook. - -WWW: https://www.claws-mail.org/plugin.php?plugin=tnef_parser |