summaryrefslogtreecommitdiff
path: root/mk/license.mk
diff options
context:
space:
mode:
authorgdt <gdt>2007-08-14 15:23:53 +0000
committergdt <gdt>2007-08-14 15:23:53 +0000
commit86a65c5d8b81792f83bc919c13bc652844d1ef82 (patch)
tree4e498b8af1e296af0f8e2927e12081d2044827ec /mk/license.mk
parent2c9b729b8567b48483e723c0273eec1834713c7d (diff)
downloadpkgsrc-86a65c5d8b81792f83bc919c13bc652844d1ef82.tar.gz
s/accept all licenses/bypass license checks/
Diffstat (limited to 'mk/license.mk')
-rw-r--r--mk/license.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/license.mk b/mk/license.mk
index f61eadef698..a58a686efa4 100644
--- a/mk/license.mk
+++ b/mk/license.mk
@@ -1,4 +1,4 @@
-# $NetBSD: license.mk,v 1.6 2007/08/14 07:54:22 rillig Exp $
+# $NetBSD: license.mk,v 1.7 2007/08/14 15:23:53 gdt Exp $
#
# Note: This file is in draft state and not yet actively used.
#
@@ -97,7 +97,7 @@ WARNINGS+= "[license.mk] Every package should define a LICENSE."
.else
# Note: some bulk builders rely on the fact that they can set
-# _ACCEPTABLE to accept all licenses. Inform them when you intend to
+# _ACCEPTABLE to bypass license checks. Inform them when you intend to
# remove this variable.
. if defined(ACCEPTABLE_LICENSES) && !empty(ACCEPTABLE_LICENSES:M${LICENSE})
_ACCEPTABLE= yes