diff options
author | obache <obache@pkgsrc.org> | 2014-06-01 13:12:38 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2014-06-01 13:12:38 +0000 |
commit | b03d49620824d4a72d63d845fb9e3da67ac468ae (patch) | |
tree | 4d0c9bfc1ab2aed0c9b8f5bed4217bed69fb23bc /pkgtools | |
parent | 58d6172fa07c0fb92a18e176223a11007dc5d7cd (diff) | |
download | pkgsrc-b03d49620824d4a72d63d845fb9e3da67ac468ae.tar.gz |
Tell LUA_PKGSRCDIR and change PHPPKGSRCDIR to current PHP default.
Diffstat (limited to 'pkgtools')
-rw-r--r-- | pkgtools/pkglint/files/pkglint.pl | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/pkgtools/pkglint/files/pkglint.pl b/pkgtools/pkglint/files/pkglint.pl index 64ab88fec9e..ec027ef77a4 100644 --- a/pkgtools/pkglint/files/pkglint.pl +++ b/pkgtools/pkglint/files/pkglint.pl @@ -1,5 +1,5 @@ #! @PERL@ -# $NetBSD: pkglint.pl,v 1.867 2014/05/31 15:56:59 wiz Exp $ +# $NetBSD: pkglint.pl,v 1.868 2014/06/01 13:12:38 obache Exp $ # # pkglint - static analyzer and checker for pkgsrc packages @@ -1475,7 +1475,8 @@ sub resolve_relative_path($$) { $relpath =~ s,\$\{PKGSRCDIR\},$cur_pkgsrcdir,; $relpath =~ s,\$\{\.CURDIR\},.,; $relpath =~ s,\$\{\.PARSEDIR\},.,; - $relpath =~ s,\$\{PHPPKGSRCDIR\},../../lang/php53,; + $relpath =~ s,\$\{LUA_PKGSRCDIR\},../../lang/lua52,; + $relpath =~ s,\$\{PHPPKGSRCDIR\},../../lang/php54,; $relpath =~ s,\$\{SUSE_DIR_PREFIX\},suse100,; $relpath =~ s,\$\{PYPKGSRCDIR\},../../lang/python27,; $relpath =~ s,\$\{FILESDIR\},$filesdir, if defined($filesdir); |