pkgsrc-Changes archive

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

CVS commit: pkgsrc/mk/check



Module Name:    pkgsrc
Committed By:   rillig
Date:           Tue Oct  1 21:56:11 UTC 2019

Modified Files:
        pkgsrc/mk/check: check-perms.mk

Log Message:
mk/check/check-perms.mk: complete the _VARGROUPS section


To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 pkgsrc/mk/check/check-perms.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/mk/check/check-perms.mk
diff -u pkgsrc/mk/check/check-perms.mk:1.20 pkgsrc/mk/check/check-perms.mk:1.21
--- pkgsrc/mk/check/check-perms.mk:1.20 Tue Oct  1 21:48:30 2019
+++ pkgsrc/mk/check/check-perms.mk      Tue Oct  1 21:56:11 2019
@@ -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