summaryrefslogtreecommitdiff
path: root/mk/check/check-files.mk
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2014-10-12 23:39:17 +0000
committerjoerg <joerg@pkgsrc.org>2014-10-12 23:39:17 +0000
commit9082da5c535ee13a6a3adb8de916716dd46ecaa6 (patch)
tree47affa396bbf5643d9837178dfc111fc24178dc5 /mk/check/check-files.mk
parent823647881acc3d2ba1ef3f7e8f41582804f58dfa (diff)
downloadpkgsrc-9082da5c535ee13a6a3adb8de916716dd46ecaa6.tar.gz
Simplify PKG_DEVELOPER checks.
Diffstat (limited to 'mk/check/check-files.mk')
-rw-r--r--mk/check/check-files.mk7
1 files changed, 4 insertions, 3 deletions
diff --git a/mk/check/check-files.mk b/mk/check/check-files.mk
index 0b9a477448d..102074ca9a7 100644
--- a/mk/check/check-files.mk
+++ b/mk/check/check-files.mk
@@ -1,4 +1,4 @@
-# $NetBSD: check-files.mk,v 1.30 2014/02/20 09:15:15 obache Exp $
+# $NetBSD: check-files.mk,v 1.31 2014/10/12 23:39:17 joerg Exp $
#
# This file checks that the list of installed files matches the PLIST.
# For that purpose it records the file list of LOCALBASE before and
@@ -29,10 +29,11 @@ _VARGROUPS+= check-files
_USER_VARS.check-files= CHECK_FILES CHECK_FILES_STRICT
_PKG_VARS.check-files= CHECK_FILES_SKIP
-.if defined(PKG_DEVELOPER) && ${PKG_DEVELOPER} != "no"
+.if ${PKG_DEVELOPER:Uno} != "no"
CHECK_FILES?= yes
-.endif
+.else
CHECK_FILES?= no
+.endif
CHECK_FILES_STRICT?= no
# Info index files updated when a new info file is added.