diff options
author | rillig <rillig> | 2005-05-25 01:07:24 +0000 |
---|---|---|
committer | rillig <rillig> | 2005-05-25 01:07:24 +0000 |
commit | 616a47d5c191f4b51f66ebbb073d39ea29411b05 (patch) | |
tree | 4eb10055926041e840484bfdde67b214bc73bee0 /pkgtools | |
parent | ed96fb023322e657cb9309396bb78db3ffa7f610 (diff) | |
download | pkgsrc-616a47d5c191f4b51f66ebbb073d39ea29411b05.tar.gz |
Added EXTRACT_USING, INTERACTIVE_STAGE and MANSOURCEPATH to the list of
variables that accept direct tool names.
Diffstat (limited to 'pkgtools')
-rw-r--r-- | pkgtools/pkglint/files/pkglint.pl | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/pkgtools/pkglint/files/pkglint.pl b/pkgtools/pkglint/files/pkglint.pl index f67860b0e99..b32f6d5c087 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.181 2005/05/25 00:53:35 rillig Exp $ +# $NetBSD: pkglint.pl,v 1.182 2005/05/25 01:07:24 rillig Exp $ # # This version contains lots of changes necessary for NetBSD packages # done by: @@ -1247,8 +1247,9 @@ sub checklines_direct_tools($) { BUILDLINK_TRANSFORM BUILD_DEPENDS COMMENT CONFLICTS DEPENDS DISTNAME - EXTRACT_SUFX - MASTER_SITES + EXTRACT_SUFX EXTRACT_USING + INTERACTIVE_STAGE + MANSOURCEPATH MASTER_SITES PKGNAME PKGSRC_USE_TOOLS SUBST_MESSAGE\\..* .*_TARGET |