diff options
| author | Alexander Ziaee <ziaee@FreeBSD.org> | 2026-03-06 23:44:50 +0000 |
|---|---|---|
| committer | Alexander Ziaee <ziaee@FreeBSD.org> | 2026-04-10 18:29:06 +0000 |
| commit | 782ea981ea725f567b0fe61285d1d6ebc9f0024b (patch) | |
| tree | c05445cf8007d2d18cf69e9970becca8341c377a | |
| parent | e774d86025a9d6c1284cb7a3bd4859bbb11b3c2e (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
(cherry picked from commit 74aec9f02d9d8fbde250da1ecc881729c8baf489)
| -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 |
