Date: Sun, 16 Jul 2023 11:10:49 GMT From: =?utf-8?Q?Fernando=20Apestegu=C3=ADa?= <fernape@FreeBSD.org> To: doc-committers@FreeBSD.org, dev-commits-doc-all@FreeBSD.org Subject: git: e126d8fe28 - main - [phb]: Fix syntax Message-ID: <202307161110.36GBAnp9042227@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by fernape: URL: https://cgit.FreeBSD.org/doc/commit/?id=e126d8fe2804d4e36bf427381a017def8304da94 commit e126d8fe2804d4e36bf427381a017def8304da94 Author: Fernando ApesteguĂa <fernape@FreeBSD.org> AuthorDate: 2023-07-16 11:09:44 +0000 Commit: Fernando ApesteguĂa <fernape@FreeBSD.org> CommitDate: 2023-07-16 11:09:44 +0000 [phb]: Fix syntax Add space so the backtick is interpreted correctly. --- documentation/content/en/books/porters-handbook/special/_index.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/content/en/books/porters-handbook/special/_index.adoc b/documentation/content/en/books/porters-handbook/special/_index.adoc index ef2778f0a5..db9cbf3d32 100644 --- a/documentation/content/en/books/porters-handbook/special/_index.adoc +++ b/documentation/content/en/books/porters-handbook/special/_index.adoc @@ -337,7 +337,7 @@ Otherwise, it is almost impossible to either fix the problem, or test if it has [[using-make]] === `make`, `gmake`, and `imake` -Several differing `make` implementations exist. Ported software often requires a particular implementation, like GNU`make`, known in FreeBSD as `gmake`. +Several differing `make` implementations exist. Ported software often requires a particular implementation, like GNU `make`, known in FreeBSD as `gmake`. If the port uses GNU make, add `gmake` to `USES`.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202307161110.36GBAnp9042227>
