pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mk/check When using check-perms, also depend on sysuti...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7fb02b69a2b8
branches:  trunk
changeset: 531175:7fb02b69a2b8
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Mon Jul 23 12:10:56 2007 +0000

description:
When using check-perms, also depend on sysutils/checkperms.

diffstat:

 mk/check/check-perms.mk |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r fe22d0636f28 -r 7fb02b69a2b8 mk/check/check-perms.mk
--- a/mk/check/check-perms.mk   Mon Jul 23 11:56:05 2007 +0000
+++ b/mk/check/check-perms.mk   Mon Jul 23 12:10:56 2007 +0000
@@ -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 @@
 .endif
 
 .if !empty(CHECK_PERMS:M[Yy][Ee][Ss])
+BOOTSTRAP_DEPENDS+=    checkperms>=1.1:../../sysutils/checkperms
+
 privileged-install-hook: _check-perms
 .endif
 



Home | Main Index | Thread Index | Old Index