diff options
author | rillig <rillig@pkgsrc.org> | 2007-03-08 22:49:05 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2007-03-08 22:49:05 +0000 |
commit | fbeaf2c59ab773626e6342901261728da0fe67c8 (patch) | |
tree | 43e760a84ae7d3865b865e230cfdf83645fb6e64 | |
parent | ab1238dfb03199f6b27dffd34e718f741f857167 (diff) | |
download | pkgsrc-fbeaf2c59ab773626e6342901261728da0fe67c8.tar.gz |
Documented how to use checkperms in bulk builds.
-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 229dcbd4f15..62f99539f5a 100644 --- a/mk/check/check-perms.mk +++ b/mk/check/check-perms.mk @@ -1,8 +1,12 @@ -# $NetBSD: check-perms.mk,v 1.6 2007/01/06 14:11:16 rillig Exp $ +# $NetBSD: check-perms.mk,v 1.7 2007/03/08 22:49:05 rillig 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 |