diff options
author | joerg <joerg> | 2007-07-23 12:10:56 +0000 |
---|---|---|
committer | joerg <joerg> | 2007-07-23 12:10:56 +0000 |
commit | 7d2bb2c2df94ec04309a38cfe9361123885f7b68 (patch) | |
tree | 6be329b03d671159f336627f6101b5e32ce1e706 /mk/check | |
parent | 18728773667236e423ad2b10078646566e183842 (diff) | |
download | pkgsrc-7d2bb2c2df94ec04309a38cfe9361123885f7b68.tar.gz |
When using check-perms, also depend on sysutils/checkperms.
Diffstat (limited to 'mk/check')
-rw-r--r-- | mk/check/check-perms.mk | 4 |
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 |