git: 2cf92bc0a6e4 - main - net-p2p/transmission-components: fix typo in "WEB" option description
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 04 Oct 2023 20:02:56 UTC
The branch main has been updated by fuz: URL: https://cgit.FreeBSD.org/ports/commit/?id=2cf92bc0a6e49de8dbc5618fa0fe02db5dca8a7f commit 2cf92bc0a6e49de8dbc5618fa0fe02db5dca8a7f Author: Anton Saietskii <vsasjason@gmail.com> AuthorDate: 2023-10-02 11:24:29 +0000 Commit: Robert Clausecker <fuz@FreeBSD.org> CommitDate: 2023-10-04 19:59:57 +0000 net-p2p/transmission-components: fix typo in "WEB" option description PR: 274212 Approved by: mondo.debater_0q@icloud.com (maintainer) MFH: 2023Q4 --- net-p2p/transmission-components/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-p2p/transmission-components/Makefile b/net-p2p/transmission-components/Makefile index a4f768c9f455..5815a06deeac 100644 --- a/net-p2p/transmission-components/Makefile +++ b/net-p2p/transmission-components/Makefile @@ -135,7 +135,7 @@ qt_DESC= Build QT client TESTS_DESC= Build & run unit tests utils_DESC= Build utilities (create, edit, remote, show) cli_DESC= Build command-line client (deprecated) -WEB_DESC= Install web client (imples daemon) +WEB_DESC= Install web client (implies daemon) NLS_USES= gettext-runtime:lib NLS_CMAKE_BOOL= ENABLE_NLS