Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/pkgtools/compat_headers pkgtools/compat_headers: prope...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/112e8b6d141f
branches:  trunk
changeset: 433673:112e8b6d141f
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Sun Jun 07 06:26:25 2020 +0000

description:
pkgtools/compat_headers: properly skip the permissions check

CHECK_PERMS is a user-settable variable.  Setting CHECK_PERMS_SKIP has
the same effect.

diffstat:

 pkgtools/compat_headers/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r c96a6c22acfb -r 112e8b6d141f pkgtools/compat_headers/Makefile
--- a/pkgtools/compat_headers/Makefile  Sun Jun 07 06:22:00 2020 +0000
+++ b/pkgtools/compat_headers/Makefile  Sun Jun 07 06:26:25 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2020/01/26 17:31:59 rillig Exp $
+# $NetBSD: Makefile,v 1.11 2020/06/07 06:26:25 rillig Exp $
 
 PKGNAME=               compat_headers-0.2
 CATEGORIES=            pkgtools
@@ -10,7 +10,7 @@
 PREV_PKGPATH=          pkgtools/posix_headers
 SUPERSEDES=            posix_headers-[0-9]*
 
-CHECK_PERMS=           no
+CHECK_PERMS_SKIP=      *
 GNU_CONFIGURE=         yes
 
 PLIST_SRC+=            ${WRKSRC}/PLIST



Home | Main Index | Thread Index | Old Index