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 Aug 11 07:20:53 UTC 2022
Modified Files:
pkgsrc/pkgtools/lintpkgsrc: Makefile
pkgsrc/pkgtools/lintpkgsrc/files: lintpkgsrc.pl
Log Message:
lintpkgsrc: cleanup: remove unused conf_sysconfdir
It has been replaced with conf_makeconf.
To generate a diff of this commit:
cvs rdiff -u -r1.49 -r1.50 pkgsrc/pkgtools/lintpkgsrc/Makefile
cvs rdiff -u -r1.74 -r1.75 pkgsrc/pkgtools/lintpkgsrc/files/lintpkgsrc.pl
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.49 pkgsrc/pkgtools/lintpkgsrc/Makefile:1.50
--- pkgsrc/pkgtools/lintpkgsrc/Makefile:1.49 Wed Aug 10 22:43:54 2022
+++ pkgsrc/pkgtools/lintpkgsrc/Makefile Thu Aug 11 07:20:52 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.49 2022/08/10 22:43:54 rillig Exp $
+# $NetBSD: Makefile,v 1.50 2022/08/11 07:20:52 rillig Exp $
PKGNAME= lintpkgsrc-2022.08.10
CATEGORIES= pkgtools
@@ -28,7 +28,6 @@ SUBST_VARS.lp+= MAKECONF
SUBST_VARS.lp+= PERL5
SUBST_VARS.lp+= PKGSRCDIR
SUBST_VARS.lp+= PKG_INFO
-SUBST_VARS.lp+= PKG_SYSCONFDIR
SUBST_VARS.lp+= PREFIX
SUBST_VARS.lp+= X11BASE
Index: pkgsrc/pkgtools/lintpkgsrc/files/lintpkgsrc.pl
diff -u pkgsrc/pkgtools/lintpkgsrc/files/lintpkgsrc.pl:1.74 pkgsrc/pkgtools/lintpkgsrc/files/lintpkgsrc.pl:1.75
--- pkgsrc/pkgtools/lintpkgsrc/files/lintpkgsrc.pl:1.74 Thu Aug 11 07:18:47 2022
+++ pkgsrc/pkgtools/lintpkgsrc/files/lintpkgsrc.pl Thu Aug 11 07:20:52 2022
@@ -1,6 +1,6 @@
#!@PERL5@
-# $NetBSD: lintpkgsrc.pl,v 1.74 2022/08/11 07:18:47 rillig Exp $
+# $NetBSD: lintpkgsrc.pl,v 1.75 2022/08/11 07:20:52 rillig Exp $
# Written by David Brownlee <abs%netbsd.org@localhost>.
#
@@ -152,7 +152,6 @@ my $conf_makeconf = '@MAKECONF@';
my $conf_pkg_info = '@PKG_INFO@';
my $conf_pkgsrcdir = '@PKGSRCDIR@';
my $conf_prefix = '@PREFIX@';
-my $conf_sysconfdir = '@PKG_SYSCONFDIR@';
my $conf_x11base = '@X11BASE@';
my (
Home |
Main Index |
Thread Index |
Old Index