summaryrefslogtreecommitdiff
path: root/pkgtools/lintpkgsrc/Makefile
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2022-09-29 21:26:23 +0000
committerrillig <rillig@pkgsrc.org>2022-09-29 21:26:23 +0000
commitae423ba527db9e148875bd59c439fc451d7549c8 (patch)
tree651204a2998908be621f32302ca13d7a8482ebc7 /pkgtools/lintpkgsrc/Makefile
parent1e86dd508d05dcf64a654771afbb4ceb408fbd03 (diff)
downloadpkgsrc-ae423ba527db9e148875bd59c439fc451d7549c8.tar.gz
lintpkgsrc: fix search path for mk.conf
The variable MAKECONF has the highest precedence, not the lowest one. Bump version.
Diffstat (limited to 'pkgtools/lintpkgsrc/Makefile')
-rw-r--r--pkgtools/lintpkgsrc/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgtools/lintpkgsrc/Makefile b/pkgtools/lintpkgsrc/Makefile
index 6cb0c49ea01..fc204b641e3 100644
--- a/pkgtools/lintpkgsrc/Makefile
+++ b/pkgtools/lintpkgsrc/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.55 2022/09/14 04:03:51 rillig Exp $
+# $NetBSD: Makefile,v 1.56 2022/09/29 21:26:23 rillig Exp $
-PKGNAME= lintpkgsrc-2022.09.14
+PKGNAME= lintpkgsrc-2022.09.29
CATEGORIES= pkgtools
MAINTAINER= pkgsrc-users@NetBSD.org
@@ -29,7 +29,7 @@ AUTO_MKDIRS= yes
${SYSCONFBASE:=/mk.conf} \
${LOCALBASE:=/etc/mk.conf}
. if exists(${conf})
-LINTPKGSRC_MAKECONF= ${conf}
+LINTPKGSRC_MAKECONF?= ${conf}
. endif
.endfor
LINTPKGSRC_MAKECONF?= /etc/mk.conf