pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/pkgtools/pkglint/files Added the $conf_make variable t...
details: https://anonhg.NetBSD.org/pkgsrc/rev/c9b4267f025d
branches: trunk
changeset: 503423:c9b4267f025d
user: rillig <rillig%pkgsrc.org@localhost>
date: Sun Nov 20 12:27:18 2005 +0000
description:
Added the $conf_make variable to solve compile-time errors.
diffstat:
pkgtools/pkglint/files/lintpkgsrc.pl | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (19 lines):
diff -r 1b1824ac057d -r c9b4267f025d pkgtools/pkglint/files/lintpkgsrc.pl
--- a/pkgtools/pkglint/files/lintpkgsrc.pl Sun Nov 20 11:55:08 2005 +0000
+++ b/pkgtools/pkglint/files/lintpkgsrc.pl Sun Nov 20 12:27:18 2005 +0000
@@ -1,6 +1,6 @@
#!@PERL@
-# $NetBSD: lintpkgsrc.pl,v 1.106 2005/11/20 10:55:43 rillig Exp $
+# $NetBSD: lintpkgsrc.pl,v 1.107 2005/11/20 12:27:18 rillig Exp $
# Written by David Brownlee <abs%netbsd.org@localhost>.
#
@@ -22,6 +22,7 @@
use Cwd 'realpath', 'getcwd';
# Buildtime configuration
+my $conf_make = '@MAKE@';
my $conf_pkgsrcdir = '@PKGSRCDIR@';
my $conf_prefix = '@PREFIX@';
Home |
Main Index |
Thread Index |
Old Index