git: 402e90da30 - main - phb: Wordsmith LICENSE_PERMS warnings
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 07 Feb 2025 15:59:12 UTC
The branch main has been updated by 0mp: URL: https://cgit.FreeBSD.org/doc/commit/?id=402e90da30fa6b38c5ab89e62ce7191005e1da7e commit 402e90da30fa6b38c5ab89e62ce7191005e1da7e Author: Mateusz Piotrowski <0mp@FreeBSD.org> AuthorDate: 2025-02-07 15:51:47 +0000 Commit: Mateusz Piotrowski <0mp@FreeBSD.org> CommitDate: 2025-02-07 15:54:11 +0000 phb: Wordsmith LICENSE_PERMS warnings Sponsored by: Klara, Inc. --- documentation/content/en/books/porters-handbook/makefiles/_index.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/content/en/books/porters-handbook/makefiles/_index.adoc b/documentation/content/en/books/porters-handbook/makefiles/_index.adoc index e94fd4091a..8e30f49b90 100644 --- a/documentation/content/en/books/porters-handbook/makefiles/_index.adoc +++ b/documentation/content/en/books/porters-handbook/makefiles/_index.adoc @@ -3206,7 +3206,7 @@ Some missing permissions will prevent a port (and all ports depending on it) fro A port without the `auto-accept` permission will never be be built and all the ports depending on it will be ignored. -A port without the `pkg-mirror` permission will be removed, as well as all the ports depending on it, after the build and they will ever end up being distributed. +A port without the `pkg-mirror` permission, and any ports that depend on it, will be removed after the build, thus ensuring they are not distributed. ==== [[licenses-license_perms-ex1]]