summaryrefslogtreecommitdiff
path: root/pkgtools/pkg_install
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2020-08-09 21:40:42 +0000
committerrillig <rillig@pkgsrc.org>2020-08-09 21:40:42 +0000
commit8c19846d29f5d9e346dd0e32b873e8584f03afee (patch)
treec7ade61767858b9b38c7358581d3751f1cda4d9d /pkgtools/pkg_install
parentd2800a1aa0fae702d36520d26dad3ed847b97ffb (diff)
downloadpkgsrc-8c19846d29f5d9e346dd0e32b873e8584f03afee.tar.gz
pkgtools/pkg_install: fix pkglint warning about CHECK_PERMS
Diffstat (limited to 'pkgtools/pkg_install')
-rw-r--r--pkgtools/pkg_install/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgtools/pkg_install/Makefile b/pkgtools/pkg_install/Makefile
index 5b28aaf8916..7f83ddc51fc 100644
--- a/pkgtools/pkg_install/Makefile
+++ b/pkgtools/pkg_install/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.230 2020/07/01 10:15:19 jperkin Exp $
+# $NetBSD: Makefile,v 1.231 2020/08/09 21:40:42 rillig Exp $
# Notes to package maintainers:
#
@@ -30,7 +30,7 @@ NBCOMPAT_CONFIGURE_ARGS+= --enable-bsd-getopt --enable-db
SKIP_AUDIT_PACKAGES= yes
NO_PKGTOOLS_REQD_CHECK= yes
PKG_PRESERVE= yes
-CHECK_PERMS= no
+CHECK_PERMS_SKIP= *
# These are needed to solve a chicken-and-egg problem where pkgsrc uses
# newer features of pkg_install, but older NetBSD installations won't