pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/pkgtools/lintpkgsrc lintpkgsrc: cleanup: remove unused...
details: https://anonhg.NetBSD.org/pkgsrc/rev/7ca59c4fd1d3
branches: trunk
changeset: 383057:7ca59c4fd1d3
user: rillig <rillig%pkgsrc.org@localhost>
date: Thu Aug 11 07:20:52 2022 +0000
description:
lintpkgsrc: cleanup: remove unused conf_sysconfdir
It has been replaced with conf_makeconf.
diffstat:
pkgtools/lintpkgsrc/Makefile | 3 +--
pkgtools/lintpkgsrc/files/lintpkgsrc.pl | 3 +--
2 files changed, 2 insertions(+), 4 deletions(-)
diffs (36 lines):
diff -r 25cb8296d864 -r 7ca59c4fd1d3 pkgtools/lintpkgsrc/Makefile
--- a/pkgtools/lintpkgsrc/Makefile Thu Aug 11 07:18:47 2022 +0000
+++ b/pkgtools/lintpkgsrc/Makefile Thu Aug 11 07:20:52 2022 +0000
@@ -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+= PERL5
SUBST_VARS.lp+= PKGSRCDIR
SUBST_VARS.lp+= PKG_INFO
-SUBST_VARS.lp+= PKG_SYSCONFDIR
SUBST_VARS.lp+= PREFIX
SUBST_VARS.lp+= X11BASE
diff -r 25cb8296d864 -r 7ca59c4fd1d3 pkgtools/lintpkgsrc/files/lintpkgsrc.pl
--- a/pkgtools/lintpkgsrc/files/lintpkgsrc.pl Thu Aug 11 07:18:47 2022 +0000
+++ b/pkgtools/lintpkgsrc/files/lintpkgsrc.pl Thu Aug 11 07:20:52 2022 +0000
@@ -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_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