diff options
author | Mateusz Piotrowski <0mp@FreeBSD.org> | 2025-02-07 15:51:47 +0000 |
---|---|---|
committer | Mateusz Piotrowski <0mp@FreeBSD.org> | 2025-02-07 15:54:11 +0000 |
commit | 402e90da30fa6b38c5ab89e62ce7191005e1da7e (patch) | |
tree | 4703170803c89c264a07a37b374fe5d42eb5996b /documentation/content/en | |
parent | f4e6367abc86e738eb990f7befe08e4538b846eb (diff) |
Diffstat (limited to 'documentation/content/en')
-rw-r--r-- | documentation/content/en/books/porters-handbook/makefiles/_index.adoc | 2 |
1 files changed, 1 insertions, 1 deletions
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]] |