diff options
| author | Ganael LAPLANCHE <martymac@FreeBSD.org> | 2024-07-04 09:48:20 +0000 |
|---|---|---|
| committer | Ganael LAPLANCHE <martymac@FreeBSD.org> | 2024-07-04 09:49:50 +0000 |
| commit | b6e15efd8ea1fe78ab3b29eade73ad7c84066484 (patch) | |
| tree | 3959a8add7278b88431dbc3bf218fffecbdf5ab4 | |
| parent | df1ccfca4271d5c8d7e4a1c3605e05e2e05bd018 (diff) | |
*/*: Fix typo in KDEPim libraries' COMMENTs
Approved by: portmgr (blanket)
| -rw-r--r-- | net/eventviews/Makefile | 2 | ||||
| -rw-r--r-- | net/incidenceeditor/Makefile | 2 | ||||
| -rw-r--r-- | net/libksieve/Makefile | 2 | ||||
| -rw-r--r-- | net/mailcommon/Makefile | 2 | ||||
| -rw-r--r-- | net/pimcommon/Makefile | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/net/eventviews/Makefile b/net/eventviews/Makefile index fdb1fe9f9518..5281bae349f4 100644 --- a/net/eventviews/Makefile +++ b/net/eventviews/Makefile @@ -3,7 +3,7 @@ DISTVERSION= ${KDE_APPLICATIONS_VERSION} CATEGORIES= net kde kde-applications MAINTAINER= kde@FreeBSD.org -COMMENT= Event view libriares for KDEPim +COMMENT= Event view libraries for KDEPim WWW= https://github.com/KDE/mailcommon LICENSE= LGPL21 diff --git a/net/incidenceeditor/Makefile b/net/incidenceeditor/Makefile index f5c563aacaa5..2e5e9489f093 100644 --- a/net/incidenceeditor/Makefile +++ b/net/incidenceeditor/Makefile @@ -3,7 +3,7 @@ DISTVERSION= ${KDE_APPLICATIONS_VERSION} CATEGORIES= net kde kde-applications MAINTAINER= kde@FreeBSD.org -COMMENT= Incidence editor libriares for KDEPim +COMMENT= Incidence editor libraries for KDEPim WWW= https://github.com/KDE/mailcommon LICENSE= LGPL21 diff --git a/net/libksieve/Makefile b/net/libksieve/Makefile index 1be13abd738e..18b2fcbb49fc 100644 --- a/net/libksieve/Makefile +++ b/net/libksieve/Makefile @@ -3,7 +3,7 @@ DISTVERSION= ${KDE_APPLICATIONS_VERSION} CATEGORIES= net kde kde-applications MAINTAINER= kde@FreeBSD.org -COMMENT= Sieve libriares for KDEPim +COMMENT= Sieve libraries for KDEPim WWW= https://www.kde.org/ LICENSE= LGPL21 diff --git a/net/mailcommon/Makefile b/net/mailcommon/Makefile index e5d276ff99e7..dfeeaef0b745 100644 --- a/net/mailcommon/Makefile +++ b/net/mailcommon/Makefile @@ -3,7 +3,7 @@ DISTVERSION= ${KDE_APPLICATIONS_VERSION} CATEGORIES= net kde kde-applications MAINTAINER= kde@FreeBSD.org -COMMENT= Common libriares for KDEPim +COMMENT= Common libraries for KDEPim WWW= https://github.com/KDE/mailcommon LICENSE= LGPL21 diff --git a/net/pimcommon/Makefile b/net/pimcommon/Makefile index 31bc48c038f1..e6cd0a03114c 100644 --- a/net/pimcommon/Makefile +++ b/net/pimcommon/Makefile @@ -3,7 +3,7 @@ DISTVERSION= ${KDE_APPLICATIONS_VERSION} CATEGORIES= net kde kde-applications MAINTAINER= kde@FreeBSD.org -COMMENT= Common libriares for KDEPim +COMMENT= Common libraries for KDEPim WWW= https://www.kde.org/ LICENSE= LGPL21 |
