summaryrefslogtreecommitdiff
path: root/mk/check
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2007-07-23 12:10:56 +0000
committerjoerg <joerg@pkgsrc.org>2007-07-23 12:10:56 +0000
commitebe8eba5a15f17df9a46aadd994f3057b15a62d4 (patch)
tree6be329b03d671159f336627f6101b5e32ce1e706 /mk/check
parent1ef31eddcb93c955aaa4977249fa9d91fcf1c9e8 (diff)
downloadpkgsrc-ebe8eba5a15f17df9a46aadd994f3057b15a62d4.tar.gz
When using check-perms, also depend on sysutils/checkperms.
Diffstat (limited to 'mk/check')
-rw-r--r--mk/check/check-perms.mk4
1 files changed, 3 insertions, 1 deletions
diff --git a/mk/check/check-perms.mk b/mk/check/check-perms.mk
index 056238625d6..90725b9aa16 100644
--- a/mk/check/check-perms.mk
+++ b/mk/check/check-perms.mk
@@ -1,4 +1,4 @@
-# $NetBSD: check-perms.mk,v 1.8 2007/03/15 22:54:24 rillig Exp $
+# $NetBSD: check-perms.mk,v 1.9 2007/07/23 12:10:56 joerg Exp $
#
# This file checks that after installation of a package, all files and
# directories of that package have sensible permissions set.
@@ -55,6 +55,8 @@ _CHECK_PERMS_FLAGS= -c
.endif
.if !empty(CHECK_PERMS:M[Yy][Ee][Ss])
+BOOTSTRAP_DEPENDS+= checkperms>=1.1:../../sysutils/checkperms
+
privileged-install-hook: _check-perms
.endif