summaryrefslogtreecommitdiff
path: root/pkgtools
diff options
context:
space:
mode:
authorobache <obache>2014-06-01 13:12:38 +0000
committerobache <obache>2014-06-01 13:12:38 +0000
commit8c7fc43846e0c47aecf98e098742366be1700711 (patch)
tree4d0c9bfc1ab2aed0c9b8f5bed4217bed69fb23bc /pkgtools
parent64645e8c7cec47e5245a23fe78890f26aef4a6bf (diff)
downloadpkgsrc-8c7fc43846e0c47aecf98e098742366be1700711.tar.gz
Tell LUA_PKGSRCDIR and change PHPPKGSRCDIR to current PHP default.
Diffstat (limited to 'pkgtools')
-rw-r--r--pkgtools/pkglint/files/pkglint.pl5
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);