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:48:30 UTC 2019
Modified Files:
pkgsrc/mk/check: check-perms.mk
Log Message:
mk/check/check-perms.mk: fix typo in _VARGROUPS section
To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 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.19 pkgsrc/mk/check/check-perms.mk:1.20
--- pkgsrc/mk/check/check-perms.mk:1.19 Mon Feb 16 10:42:00 2015
+++ pkgsrc/mk/check/check-perms.mk Tue Oct 1 21:48:30 2019
@@ -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