summaryrefslogtreecommitdiff
path: root/mk/license.mk
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2007-08-14 07:54:22 +0000
committerrillig <rillig@pkgsrc.org>2007-08-14 07:54:22 +0000
commitd2a43c504666636c07e030e65f47095eba177d88 (patch)
tree50ae94d2482f48428d7efd5251c85893779719b4 /mk/license.mk
parentdf0499a73f9d59ecea125352bba6020c71f2130e (diff)
downloadpkgsrc-d2a43c504666636c07e030e65f47095eba177d88.tar.gz
_ACCEPTABLE is used by some bulk builders.
Diffstat (limited to 'mk/license.mk')
-rw-r--r--mk/license.mk5
1 files changed, 4 insertions, 1 deletions
diff --git a/mk/license.mk b/mk/license.mk
index c4953912255..f61eadef698 100644
--- a/mk/license.mk
+++ b/mk/license.mk
@@ -1,4 +1,4 @@
-# $NetBSD: license.mk,v 1.5 2007/07/20 14:21:26 rillig Exp $
+# $NetBSD: license.mk,v 1.6 2007/08/14 07:54:22 rillig Exp $
#
# Note: This file is in draft state and not yet actively used.
#
@@ -96,6 +96,9 @@ 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
+# remove this variable.
. if defined(ACCEPTABLE_LICENSES) && !empty(ACCEPTABLE_LICENSES:M${LICENSE})
_ACCEPTABLE= yes
. endif