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: fix typo in _VARGROU...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b2f9b2a5b613
branches:  trunk
changeset: 415068:b2f9b2a5b613
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Tue Oct 01 21:48:30 2019 +0000

description:
mk/check/check-perms.mk: fix typo in _VARGROUPS section

diffstat:

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

diffs (18 lines):

diff -r 14fac8667262 -r b2f9b2a5b613 mk/check/check-perms.mk
--- a/mk/check/check-perms.mk   Tue Oct 01 21:48:26 2019 +0000
+++ b/mk/check/check-perms.mk   Tue Oct 01 21:48:30 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: check-perms.mk,v 1.19 2015/02/16 10:42:00 jperkin Exp $
+# $NetBSD: check-perms.mk,v 1.20 2019/10/01 21:48:30 rillig Exp $
 #
 # This file checks that after installation of a package, all files and
 # directories of that package have sensible permissions set.
@@ -29,7 +29,7 @@
 
 _VARGROUPS+=           check-perms
 _USER_VARS.check-perms=        CHECK_PERMS
-_PKG_VARS.check-perms= CHECK_PERMS_SKIP CHECK_PERMS_AUTOSKIP
+_PKG_VARS.check-perms= CHECK_PERMS_SKIP CHECK_PERMS_AUTOFIX
 
 .if ${PKG_DEVELOPER:Uno} != "no"
 CHECK_PERMS?=          yes



Home | Main Index | Thread Index | Old Index