From 5679b746752f0ee267f0154a62fafff9e41538b1 Mon Sep 17 00:00:00 2001 From: Jonas 'Sortie' Termansen Date: Wed, 15 Jun 2022 00:09:10 +0200 Subject: [PATCH] Use SPDX license identifiers for LICENSE. --- share/man/man5/port.5 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/share/man/man5/port.5 b/share/man/man5/port.5 index 15377818..6b7d0d1e 100644 --- a/share/man/man5/port.5 +++ b/share/man/man5/port.5 @@ -179,7 +179,9 @@ number matched in the first subexpression. and .Sy VERSION_REGEX ) .It Sy LICENSE -Abbreviation of the license the port is released under. +Primary license identifier for the installed files from the +.Lk https://spdx.org/licenses/ "SPDX License List" . +Library ports use the license for linking with the library. .It Sy LOCATION_INDEPENDENT Ns = Ns Oo Sy false "|" true Oc Whether binary packages are location independent, i.e. can be installed in another prefix than one supplied at build time.