pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/mk/check "Downgrade" checkperms dependency to a normal...
details: https://anonhg.NetBSD.org/pkgsrc/rev/a62b50e48178
branches: trunk
changeset: 543783:a62b50e48178
user: joerg <joerg%pkgsrc.org@localhost>
date: Sun Jun 22 22:05:19 2008 +0000
description:
"Downgrade" checkperms dependency to a normal build dependency.
This way it doesn't have to be installed for make checksum etc.
to run.
diffstat:
mk/check/check-perms.mk | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r bcc9278a8f85 -r a62b50e48178 mk/check/check-perms.mk
--- a/mk/check/check-perms.mk Sun Jun 22 20:16:13 2008 +0000
+++ b/mk/check/check-perms.mk Sun Jun 22 22:05:19 2008 +0000
@@ -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 @@
.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
Home |
Main Index |
Thread Index |
Old Index