pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mk/check mk/check/check-perms.mk: complete the _VARGRO...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d8e4d98f7083
branches:  trunk
changeset: 340361:d8e4d98f7083
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Tue Oct 01 21:56:11 2019 +0000

description:
mk/check/check-perms.mk: complete the _VARGROUPS section

diffstat:

 mk/check/check-perms.mk |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r 4c9ce8e39266 -r d8e4d98f7083 mk/check/check-perms.mk
--- a/mk/check/check-perms.mk   Tue Oct 01 21:48:30 2019 +0000
+++ b/mk/check/check-perms.mk   Tue Oct 01 21:56:11 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: check-perms.mk,v 1.20 2019/10/01 21:48:30 rillig Exp $
+# $NetBSD: check-perms.mk,v 1.21 2019/10/01 21:56:11 rillig Exp $
 #
 # This file checks that after installation of a package, all files and
 # directories of that package have sensible permissions set.
@@ -30,6 +30,9 @@
 _VARGROUPS+=           check-perms
 _USER_VARS.check-perms=        CHECK_PERMS
 _PKG_VARS.check-perms= CHECK_PERMS_SKIP CHECK_PERMS_AUTOFIX
+_DEF_VARS.check-perms= TOOL_DEPENDS
+_USE_VARS.check-perms= PKG_DEVELOPER MACHINE_PLATFORM DESTDIR PREFIX
+_IGN_VARS.check-perms= _* LOCALBASE PKGNAME HOST_PKG_INFO
 
 .if ${PKG_DEVELOPER:Uno} != "no"
 CHECK_PERMS?=          yes



Home | Main Index | Thread Index | Old Index