summaryrefslogtreecommitdiff
path: root/mk/check
diff options
context:
space:
mode:
authorrillig <rillig>2007-03-15 22:54:24 +0000
committerrillig <rillig>2007-03-15 22:54:24 +0000
commitfb92895390d2d2c53651325cfd5106ba0ad0f941 (patch)
tree2a6ccf38a6091b29f21c0fce92183621b136e1f9 /mk/check
parent045a7b20e9418193e1d6251198a5fa6e6e381d31 (diff)
downloadpkgsrc-fb92895390d2d2c53651325cfd5106ba0ad0f941.tar.gz
For all those who are interested in the inner workings of pkgsrc, there
is a new target "show-all" that fits to the existing "debug", "show-tools", "show-vars" targets. It prints a list of the variables that make up the public interface to pkgsrc. Running this target is especially useful if you want to do some things, you know that they must have been implemented but you don't know what it is called. It also shows the "class" of a variable (user-defined, package-defined, system-defined).
Diffstat (limited to 'mk/check')
-rw-r--r--mk/check/check-perms.mk6
1 files changed, 5 insertions, 1 deletions
diff --git a/mk/check/check-perms.mk b/mk/check/check-perms.mk
index 62f99539f5a..056238625d6 100644
--- a/mk/check/check-perms.mk
+++ b/mk/check/check-perms.mk
@@ -1,4 +1,4 @@
-# $NetBSD: check-perms.mk,v 1.7 2007/03/08 22:49:05 rillig Exp $
+# $NetBSD: check-perms.mk,v 1.8 2007/03/15 22:54:24 rillig Exp $
#
# This file checks that after installation of a package, all files and
# directories of that package have sensible permissions set.
@@ -31,6 +31,10 @@
# Possible values: yes, no.
#
+_VARGROUPS+= check-perms
+_USER_VARS.check-perms= CHECK_PERMS
+_PKG_VARS.check-perms= CHECK_PERMS_SKIP CHECK_PERMS_AUTOSKIP
+
.if defined(PKG_DEVELOPER)
CHECK_PERMS?= yes
.else