diff options
author | rillig <rillig> | 2005-11-30 19:23:43 +0000 |
---|---|---|
committer | rillig <rillig> | 2005-11-30 19:23:43 +0000 |
commit | 83121d07e6a1d35cba6fc05c73ea84fd615883b3 (patch) | |
tree | debf62a4a09b306b63045ff9f588b1898efc438f /pkgtools | |
parent | 9ce7b67d63442f020d647e8a6a3fadc70d574022 (diff) | |
download | pkgsrc-83121d07e6a1d35cba6fc05c73ea84fd615883b3.tar.gz |
- Added CFLAGS and CPPFLAGS to the list of variables that may contain the
names of tools instead of the tool variables.
Diffstat (limited to 'pkgtools')
-rw-r--r-- | pkgtools/pkglint/files/pkglint.pl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgtools/pkglint/files/pkglint.pl b/pkgtools/pkglint/files/pkglint.pl index e66684c2e27..1e8bcb31f96 100644 --- a/pkgtools/pkglint/files/pkglint.pl +++ b/pkgtools/pkglint/files/pkglint.pl @@ -11,7 +11,7 @@ # Freely redistributable. Absolutely no warranty. # # From Id: portlint.pl,v 1.64 1998/02/28 02:34:05 itojun Exp -# $NetBSD: pkglint.pl,v 1.392 2005/11/30 19:19:25 rillig Exp $ +# $NetBSD: pkglint.pl,v 1.393 2005/11/30 19:23:43 rillig Exp $ # # This version contains lots of changes necessary for NetBSD packages # done by: @@ -2259,7 +2259,7 @@ sub checklines_direct_tools($) { my @ok_vars = qw( BUILDLINK_TRANSFORM BUILD_DEPENDS - COMMENT CONFLICTS + CFLAGS CPPFLAGS COMMENT CONFLICTS DEPENDS DISTNAME EXTRACT_SUFX EXTRACT_USING INTERACTIVE_STAGE |