aboutsummaryrefslogtreecommitdiff
path: root/Mk/bsd.licenses.mk
diff options
context:
space:
mode:
authorThomas Zander <riggs@FreeBSD.org>2014-06-16 05:45:15 +0000
committerThomas Zander <riggs@FreeBSD.org>2014-06-16 05:45:15 +0000
commit4af105408a53a274387c043c30dd9f526bef5fc4 (patch)
treef056234832b8aa2c812484d61488a971853fe79c /Mk/bsd.licenses.mk
parent80db3dced2188f81af433440e3badca743c5e190 (diff)
downloadports-4af105408a53a274387c043c30dd9f526bef5fc4.tar.gz
ports-4af105408a53a274387c043c30dd9f526bef5fc4.zip
- Rewrite explanation of LICENSE_PERM components (dist-mirror dist-sell
pkg-mirror pkg-sell auto-accept) to make it more clear to the reader PR: 186662 Submitted by: riggs Reviewed by: bapt, mentors Approved by: portmgr (bapt), mentors (implicit)
Notes
Notes: svn path=/head/; revision=357945
Diffstat (limited to 'Mk/bsd.licenses.mk')
-rw-r--r--Mk/bsd.licenses.mk16
1 files changed, 10 insertions, 6 deletions
diff --git a/Mk/bsd.licenses.mk b/Mk/bsd.licenses.mk
index 50561cac4968..a97f55325f1a 100644
--- a/Mk/bsd.licenses.mk
+++ b/Mk/bsd.licenses.mk
@@ -91,15 +91,19 @@ Licenses_Include_MAINTAINER= portmgr@FreeBSD.org
# LICENSE_GROUPS.
#
# Available components for LICENSE_PERMS:
-# dist-mirror - No free redistribution of distfile (like FTP mirroring; RESTRICTED).
-# dist-sell - No selling of distfile (like in CD-ROM; NO_CDROM).
-# pkg-mirror - No free redistribution of package (like FTP upload; NO_PACKAGE).
-# pkg-sell - No selling of package (like in CD-ROM; NO_CDROM).
-# auto-accept - If license is accepted by default, without presented
+# dist-mirror - Redistribution of distfile is permitted
+# (like FTP mirroring; port is not RESTRICTED).
+# dist-sell - Selling of distfile, e.g. on CD-ROM is permitted
+# (port does not need to set NO_CDROM).
+# pkg-mirror - Free redistribution of package is permitted
+# (like FTP upload; port does not set NO_PACKAGE).
+# pkg-sell - Selling of package is permitted, e.g. on CD-ROM.
+# auto-accept - License is accepted by default, without presented
# agreement, unless the user defines LICENSES_ASK.
#
# Notes about permissions:
-# - Permissions use a default-deny policy.
+# - Permissions use a default-deny policy (e.g. not setting "dist-mirror"
+# means it is automatically excluded).
# - Components can be negated by prefixing them with "no-" (like
# "no-pkg-sell").
# - In case a component is present and also excluded (i.e. no-dist-sell and