diff options
| author | Alexander Ziaee <ziaee@FreeBSD.org> | 2026-03-06 23:44:50 +0000 |
|---|---|---|
| committer | Alexander Ziaee <ziaee@FreeBSD.org> | 2026-03-06 23:47:20 +0000 |
| commit | 74aec9f02d9d8fbde250da1ecc881729c8baf489 (patch) | |
| tree | 1bdedf13fafa0c9aeaffadcb7ea97be7a5acd0de | |
| parent | 1e4086d05297b711081fe06933677925c5ee6232 (diff) | |
ports.7: Document DEFAULT_VERSIONS
MFC after: 3 days
Co-authored-by: Adam Weinberger <adamw@FreeBSD.org>
Differential Revision: https://reviews.freebsd.org/D55443
| -rw-r--r-- | share/man/man7/ports.7 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/share/man/man7/ports.7 b/share/man/man7/ports.7 index 318a19ba98c0..6e28f85da964 100644 --- a/share/man/man7/ports.7 +++ b/share/man/man7/ports.7 @@ -581,6 +581,10 @@ Additional to set when .Va WITH_DEBUG is set. +.It Va DEFAULT_VERSIONS +Override the default variant used for ports +with multiple concurrent versions in the tree, +such as database or compiler versions. .It Va WITH_CCACHE_BUILD .Pq Vt bool If set, enables the use of |
