diff options
author | Fernando ApesteguĂa <fernape@FreeBSD.org> | 2023-08-26 17:00:12 +0000 |
---|---|---|
committer | Fernando ApesteguĂa <fernape@FreeBSD.org> | 2023-08-29 11:10:45 +0000 |
commit | d7f4e2377f23909e8339567b6a09119630a49395 (patch) | |
tree | 495b326d1d558e4508d6cb8f6cfb631a64cbeed9 | |
parent | becd110894c01e81dc9ad451ab34765cf9bf2f86 (diff) | |
download | doc-d7f4e2377f.tar.gz doc-d7f4e2377f.zip |
[phb]: Clarify pkg-plist items order
PR: 233697
Reported by: salvadore@
Reviewed by: carlavilla@, ceri@
Differential Revision: https://reviews.freebsd.org/D41624
-rw-r--r-- | documentation/content/en/books/porters-handbook/quick-porting/_index.adoc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/documentation/content/en/books/porters-handbook/quick-porting/_index.adoc b/documentation/content/en/books/porters-handbook/quick-porting/_index.adoc index 32e42b0228..c6afb28497 100644 --- a/documentation/content/en/books/porters-handbook/quick-porting/_index.adoc +++ b/documentation/content/en/books/porters-handbook/quick-porting/_index.adoc @@ -149,6 +149,8 @@ Refer to the man:pkg-create[8] manual page for details on the packing list. ==== It is recommended to keep all the filenames in this file sorted alphabetically. It will make verifying changes when upgrading the port much easier. +The sorting should be applied after variable expansion takes place. +The framework does this correctly when the package list is crossref:plist[plist-autoplist,generated automatically]. ==== [TIP] |