diff options
author | gdt <gdt@pkgsrc.org> | 2018-12-10 15:39:10 +0000 |
---|---|---|
committer | gdt <gdt@pkgsrc.org> | 2018-12-10 15:39:10 +0000 |
commit | 87f8ef88359ec3a567b1e9c928e8e41feb830466 (patch) | |
tree | 5928d3530018f57462f9e92142d05e6c7e73eae6 /mk | |
parent | 172380be763f2f2f4927e3bdbb7538161088e690 (diff) | |
download | pkgsrc-87f8ef88359ec3a567b1e9c928e8e41feb830466.tar.gz |
mk/license.mk: remove ancient comment
Long ago, I floated the notion of runtime controls based on licenses.
This seems not useful and is obviously not going to happen, so gc the
comment.
Diffstat (limited to 'mk')
-rw-r--r-- | mk/license.mk | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/mk/license.mk b/mk/license.mk index 30fb3dc1ce1..96e1f77bd4f 100644 --- a/mk/license.mk +++ b/mk/license.mk @@ -1,4 +1,4 @@ -# $NetBSD: license.mk,v 1.93 2018/12/10 15:37:49 gdt Exp $ +# $NetBSD: license.mk,v 1.94 2018/12/10 15:39:10 gdt Exp $ # # This file handles everything about the LICENSE variable. It is # included automatically by bsd.pkg.mk. @@ -20,11 +20,6 @@ # (pkg_install has code to behave the same way, but it is not # yet turned on.) # -# XXX: Perhaps there should be some mechanism to prevent running -# programs that are part of packages that declare LICENSEs that -# are not in ACCEPTABLE_LICENSES or some per-user variable. -# This is surely controversial and requires discussion. -# # To include the default licenses, you can use the += operator # in mk.conf. To override it, use the plain = operator. # |