diff options
author | joerg <joerg@pkgsrc.org> | 2008-06-22 22:05:19 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2008-06-22 22:05:19 +0000 |
commit | 8f45797884435b8d1717667f92fcfe3447be0832 (patch) | |
tree | 832cc3729d85e3f59fc97d6cf19ea337c8f28758 /mk/check | |
parent | 325aed9e338a771c1d9b470ea8bdf9b2d67705d0 (diff) | |
download | pkgsrc-8f45797884435b8d1717667f92fcfe3447be0832.tar.gz |
"Downgrade" checkperms dependency to a normal build dependency.
This way it doesn't have to be installed for make checksum etc.
to run.
Diffstat (limited to 'mk/check')
-rw-r--r-- | mk/check/check-perms.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/check/check-perms.mk b/mk/check/check-perms.mk index 83dcbd6ebf6..55bd80a2e5b 100644 --- a/mk/check/check-perms.mk +++ b/mk/check/check-perms.mk @@ -1,4 +1,4 @@ -# $NetBSD: check-perms.mk,v 1.11 2008/02/05 08:17:59 tnn Exp $ +# $NetBSD: check-perms.mk,v 1.12 2008/06/22 22:05:19 joerg Exp $ # # This file checks that after installation of a package, all files and # directories of that package have sensible permissions set. @@ -55,7 +55,7 @@ _CHECK_PERMS_FLAGS= -c .endif .if !empty(CHECK_PERMS:M[Yy][Ee][Ss]) -BOOTSTRAP_DEPENDS+= checkperms>=1.1:../../sysutils/checkperms +BUILD_DEPENDS+= checkperms>=1.1:../../sysutils/checkperms privileged-install-hook: _check-perms .endif |