Skip to content

Commit

Permalink
Handbook - Ports: Add example port FLAVOR notation
Browse files Browse the repository at this point in the history
Add example of port FLAVOR notation in poudriere port-list

Reviewed by:            fernape@
Pull Request:           #197
  • Loading branch information
Garrett Boone authored and sergio-carlavilla committed Aug 19, 2023
1 parent ac4fd34 commit 2d82912
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion documentation/content/en/books/handbook/ports/_index.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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
...
....
Expand Down

0 comments on commit 2d82912

Please sign in to comment.