aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGarrett Boone <freebsd@gbtechlab.com>2023-08-19 08:37:32 +0000
committerSergio Carlavilla Delgado <carlavilla@FreeBSD.org>2023-08-19 08:37:32 +0000
commit2d8291224c4fe79182c92e3b6a7e3de91208c9b1 (patch)
tree8d38d2b587bab409dc708ad9f2a064d2b0b17225
parentac4fd34edfa1e5e2edb6fb9fc61acd782a0ed33b (diff)
downloaddoc-2d8291224c4fe79182c92e3b6a7e3de91208c9b1.tar.gz
doc-2d8291224c4fe79182c92e3b6a7e3de91208c9b1.zip
Handbook - Ports: Add example port FLAVOR notation
Add example of port FLAVOR notation in poudriere port-list Reviewed by: fernape@ Pull Request: https://github.com/freebsd/freebsd-doc/pull/197
-rw-r--r--documentation/content/en/books/handbook/ports/_index.adoc3
1 files changed, 2 insertions, 1 deletions
diff --git a/documentation/content/en/books/handbook/ports/_index.adoc b/documentation/content/en/books/handbook/ports/_index.adoc
index 02be6d1168..5acb2b06ba 100644
--- a/documentation/content/en/books/handbook/ports/_index.adoc
+++ b/documentation/content/en/books/handbook/ports/_index.adoc
@@ -1195,12 +1195,13 @@ The basic configuration shown here puts a single jail-, port-, and set-specific
The filename in this example is created by combining the jail name, port name, and set name: `13amd64-local-workstation-make.conf`.
The system `make.conf` and this new file are combined at build time to create the `make.conf` used by the build jail.
-Packages to be built are entered in `13amd64-local-workstation-pkglist`:
+Packages to be built are entered in `13amd64-local-workstation-pkglist` (ports with extref:{porters-handbook}flavors[FLAVORS] can be defined with @FLAVOR):
[.programlisting]
....
editors/emacs
devel/git
+devel/php-composer2@php82
ports-mgmt/pkg
...
....