pkgsrc-Changes archive

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

CVS commit: pkgsrc/pkgtools/lintpkgsrc



Module Name:    pkgsrc
Committed By:   rillig
Date:           Thu Sep 29 21:26:23 UTC 2022

Modified Files:
        pkgsrc/pkgtools/lintpkgsrc: Makefile

Log Message:
lintpkgsrc: fix search path for mk.conf

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

Bump version.


To generate a diff of this commit:
cvs rdiff -u -r1.55 -r1.56 pkgsrc/pkgtools/lintpkgsrc/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/pkgtools/lintpkgsrc/Makefile
diff -u pkgsrc/pkgtools/lintpkgsrc/Makefile:1.55 pkgsrc/pkgtools/lintpkgsrc/Makefile:1.56
--- pkgsrc/pkgtools/lintpkgsrc/Makefile:1.55    Wed Sep 14 04:03:51 2022
+++ pkgsrc/pkgtools/lintpkgsrc/Makefile Thu Sep 29 21:26:23 2022
@@ -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 @@ 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



Home | Main Index | Thread Index | Old Index