pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/pkgtools/lintpkgsrc lintpkgsrc: fix search path for mk...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/efe37901f733
branches:  trunk
changeset: 386005:efe37901f733
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Thu Sep 29 21:26:23 2022 +0000

description:
lintpkgsrc: fix search path for mk.conf

The variable MAKECONF has the highest precedence, not the lowest one.

Bump version.

diffstat:

 pkgtools/lintpkgsrc/Makefile |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (21 lines):

diff -r 9a493111d938 -r efe37901f733 pkgtools/lintpkgsrc/Makefile
--- a/pkgtools/lintpkgsrc/Makefile      Thu Sep 29 19:46:40 2022 +0000
+++ b/pkgtools/lintpkgsrc/Makefile      Thu Sep 29 21:26:23 2022 +0000
@@ -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@localhost
@@ -29,7 +29,7 @@
     ${SYSCONFBASE:=/mk.conf} \
     ${LOCALBASE:=/etc/mk.conf}
 .  if exists(${conf})
-LINTPKGSRC_MAKECONF=   ${conf}
+LINTPKGSRC_MAKECONF?=  ${conf}
 .  endif
 .endfor
 LINTPKGSRC_MAKECONF?=  /etc/mk.conf



Home | Main Index | Thread Index | Old Index