diff options
author | obache <obache> | 2015-02-01 11:42:59 +0000 |
---|---|---|
committer | obache <obache> | 2015-02-01 11:42:59 +0000 |
commit | 7c198ebe8295714db03895e40794d3c404384001 (patch) | |
tree | 24ed362f2c32cb71b7dcf33a5feb49980f7346c5 /mk/check | |
parent | 00c08622c47ec02693b4cb19638bbcd7aca35834 (diff) | |
download | pkgsrc-7c198ebe8295714db03895e40794d3c404384001.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 |