git: e1a29a33c044 - main - textproc/fcitx5-qt: Fix COMMENT for textproc/fcitx5-qt-common
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 30 Dec 2022 09:59:40 UTC
The branch main has been updated by lwhsu: URL: https://cgit.FreeBSD.org/ports/commit/?id=e1a29a33c044e2063bd9d537fdf3bf790aa30059 commit e1a29a33c044e2063bd9d537fdf3bf790aa30059 Author: Li-Wen Hsu <lwhsu@FreeBSD.org> AuthorDate: 2022-12-30 09:59:31 +0000 Commit: Li-Wen Hsu <lwhsu@FreeBSD.org> CommitDate: 2022-12-30 09:59:31 +0000 textproc/fcitx5-qt: Fix COMMENT for textproc/fcitx5-qt-common --- textproc/fcitx5-qt/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/textproc/fcitx5-qt/Makefile b/textproc/fcitx5-qt/Makefile index ad0290e4d434..4a3fdd0cccb6 100644 --- a/textproc/fcitx5-qt/Makefile +++ b/textproc/fcitx5-qt/Makefile @@ -6,7 +6,7 @@ PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ PATCHFILES= f7f983e1e709.patch:-p1 MAINTAINER= khng@FreeBSD.org -COMMENT= Fcitx support for Qt (${FLAVOR}) +COMMENT?= Fcitx support for Qt (${FLAVOR}) WWW= https://github.com/fcitx/fcitx5-qt LICENSE= LGPL21+ BSD3CLAUSE