diff options
author | obache <obache@pkgsrc.org> | 2015-02-01 11:42:59 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2015-02-01 11:42:59 +0000 |
commit | 3f36c1ecfa8e84d3b203dcaa6890245d223d08f1 (patch) | |
tree | 24ed362f2c32cb71b7dcf33a5feb49980f7346c5 /mk/check | |
parent | 04e0f26f5d48f5f4f65f7a97193e70032cf59194 (diff) | |
download | pkgsrc-3f36c1ecfa8e84d3b203dcaa6890245d223d08f1.tar.gz |
Revert "Drop obsolated old bulk build related variable settings."
proposed/discussed is required for such changes.
Diffstat (limited to 'mk/check')
-rw-r--r-- | mk/check/check-perms.mk | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/mk/check/check-perms.mk b/mk/check/check-perms.mk index bf857ed0ec5..d70c517d808 100644 --- a/mk/check/check-perms.mk +++ b/mk/check/check-perms.mk @@ -1,8 +1,12 @@ -# $NetBSD: check-perms.mk,v 1.17 2014/11/21 10:46:36 obache Exp $ +# $NetBSD: check-perms.mk,v 1.18 2015/02/01 11:42:59 obache Exp $ # # This file checks that after installation of a package, all files and # directories of that package have sensible permissions set. # +# To use this check in bulk builds, add +# BULK_PREREQ+= sysutils/checkperms +# to your mk.conf file. +# # User-settable variables: # # CHECK_PERMS |