summaryrefslogtreecommitdiff
path: root/mk/defaults
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2012-06-17 14:22:44 +0000
committerwiz <wiz@pkgsrc.org>2012-06-17 14:22:44 +0000
commit9e0b0f2dd67f898a0a38c3701543cc8016cf45b2 (patch)
tree9ad99d64b5c54d264791e33252f1d458df2d0f4f /mk/defaults
parent1789d4eca5d0e38cf0b46be16492b9ef61af4a69 (diff)
downloadpkgsrc-9e0b0f2dd67f898a0a38c3701543cc8016cf45b2.tar.gz
Remove outdated comment about packages not getting a LICENSE set if
they are OSI/Free.
Diffstat (limited to 'mk/defaults')
-rw-r--r--mk/defaults/mk.conf6
1 files changed, 2 insertions, 4 deletions
diff --git a/mk/defaults/mk.conf b/mk/defaults/mk.conf
index 3674cb13102..e72857afc0e 100644
--- a/mk/defaults/mk.conf
+++ b/mk/defaults/mk.conf
@@ -1,4 +1,4 @@
-# $NetBSD: mk.conf,v 1.210 2012/06/14 09:48:51 jperkin Exp $
+# $NetBSD: mk.conf,v 1.211 2012/06/17 14:22:44 wiz Exp $
#
# This file provides default values for variables that may be overridden
@@ -407,9 +407,7 @@ PATCH_FUZZ_FACTOR?= -F0
#ACCEPTABLE_LICENSES= fee-based-commercial-use no-commercial-use \
# no-profit limited-redistribution
# Whitespace-delimited list of the types of license which are
-# acceptable for installation. (Packages with licenses that qualify as
-# "open source" according to OSI or "Free" according to FSF are
-# not marked with a LICENSE variable.) Packages for which you need
+# acceptable for installation. Packages for which you need
# to accept a license will display a message like the following:
# ===> xv-3.10anb9 has an unacceptable license: xv-license.
# ===> To view the license, enter "/usr/bin/make show-license".