aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCy Schubert <cy@FreeBSD.org>2022-05-14 23:52:30 +0000
committerCy Schubert <cy@FreeBSD.org>2022-05-14 23:59:13 +0000
commit6bc3cd6f66367353096f6a440ae7fa03e64b88b1 (patch)
treed93873fdedd943ba84a56546f1f0052a7aa6c7ca
parentf609a4a10a3c989f4a7c96468e8c94e92f2edf59 (diff)
downloadports-6bc3cd6f66367353096f6a440ae7fa03e64b88b1.tar.gz
ports-6bc3cd6f66367353096f6a440ae7fa03e64b88b1.zip
mail/claws-mail-litehtml_viewer: Fix pkg-descr grammar
Fix a grammar nit. (cherry picked from commit 9fe69f91ad22cbef996bb21c6ddddb42bb29d1ab)
-rw-r--r--mail/claws-mail-litehtml_viewer/Makefile1
-rw-r--r--mail/claws-mail-litehtml_viewer/pkg-descr2
2 files changed, 2 insertions, 1 deletions
diff --git a/mail/claws-mail-litehtml_viewer/Makefile b/mail/claws-mail-litehtml_viewer/Makefile
index 46b1f92eaf09..c3576b3fc471 100644
--- a/mail/claws-mail-litehtml_viewer/Makefile
+++ b/mail/claws-mail-litehtml_viewer/Makefile
@@ -1,6 +1,7 @@
# Created by: Rozhuk Ivan <rozhuk.im@gmail.com>
PORTNAME= litehtml_viewer
+PORTREVISION= 1
COMMENT= Viewer plugin for HTML emails, using the litehtml library
diff --git a/mail/claws-mail-litehtml_viewer/pkg-descr b/mail/claws-mail-litehtml_viewer/pkg-descr
index 1102a394624c..ab2e77762f74 100644
--- a/mail/claws-mail-litehtml_viewer/pkg-descr
+++ b/mail/claws-mail-litehtml_viewer/pkg-descr
@@ -2,7 +2,7 @@ Viewer plugin for HTML emails, using the litehtml library.
litehtml is lightweight HTML/CSS rendering engine. The main goal of the
litehtml library is to give the developers the easy way to show the HTML
-pages in theirs applications. The popular HTML engines like WebKit are
+pages in their applications. The popular HTML engines like WebKit are
too complicated for some tasks. For example, it may be too cumbersome
to use WebKit to show some tooltips or pages in HTML format.