summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorjoerg <joerg>2007-07-23 12:10:56 +0000
committerjoerg <joerg>2007-07-23 12:10:56 +0000
commit6f608b9433417e55b2a28b2800fbee9f909857b2 (patch)
tree6be329b03d671159f336627f6101b5e32ce1e706 /mk
parentb6ebd72395ba9b4374b14548997cf2dbfaf93ae1 (diff)
downloadpkgsrc-6f608b9433417e55b2a28b2800fbee9f909857b2.tar.gz
When using check-perms, also depend on sysutils/checkperms.
Diffstat (limited to 'mk')
-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