summaryrefslogtreecommitdiff
path: root/pkgtools
diff options
context:
space:
mode:
authorobache <obache>2012-07-06 09:29:00 +0000
committerobache <obache>2012-07-06 09:29:00 +0000
commit90cbb71d6bea351918e5c33413876c58dcdb8ca8 (patch)
treef3aedc2d5906ed3d9dd95bfb80194cd0788ff328 /pkgtools
parentb7dc78a766d79fac5b8a239344f0f0b1ae520f9e (diff)
downloadpkgsrc-90cbb71d6bea351918e5c33413876c58dcdb8ca8.tar.gz
adjust to current default php/python srcdir.
Diffstat (limited to 'pkgtools')
-rw-r--r--pkgtools/pkglint/Makefile4
-rw-r--r--pkgtools/pkglint/files/pkglint.pl6
2 files changed, 5 insertions, 5 deletions
diff --git a/pkgtools/pkglint/Makefile b/pkgtools/pkglint/Makefile
index 4a72bea4259..5826cf6b836 100644
--- a/pkgtools/pkglint/Makefile
+++ b/pkgtools/pkglint/Makefile
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.401 2012/06/02 12:24:55 cheusov Exp $
+# $NetBSD: Makefile,v 1.402 2012/07/06 09:29:00 obache Exp $
#
# Note: if you update the version number, please have a look at the
# changes between the CVS tag "pkglint_current" and HEAD.
# After updating, please re-set the CVS tag to HEAD.
-DISTNAME= pkglint-4.109
+DISTNAME= pkglint-4.110
CATEGORIES= pkgtools
MASTER_SITES= # none
DISTFILES= # none
diff --git a/pkgtools/pkglint/files/pkglint.pl b/pkgtools/pkglint/files/pkglint.pl
index 1bff7ac0628..58f24758889 100644
--- a/pkgtools/pkglint/files/pkglint.pl
+++ b/pkgtools/pkglint/files/pkglint.pl
@@ -1,5 +1,5 @@
#! @PERL@
-# $NetBSD: pkglint.pl,v 1.832 2012/04/08 04:42:39 sbd Exp $
+# $NetBSD: pkglint.pl,v 1.833 2012/07/06 09:29:01 obache Exp $
#
# pkglint - static analyzer and checker for pkgsrc packages
@@ -2511,9 +2511,9 @@ sub resolve_relative_path($$) {
$relpath =~ s,\$\{PKGSRCDIR\},$cur_pkgsrcdir,;
$relpath =~ s,\$\{\.CURDIR\},.,;
$relpath =~ s,\$\{\.PARSEDIR\},.,;
- $relpath =~ s,\$\{PHPPKGSRCDIR\},../../lang/php5,;
+ $relpath =~ s,\$\{PHPPKGSRCDIR\},../../lang/php53,;
$relpath =~ s,\$\{SUSE_DIR_PREFIX\},suse100,;
- $relpath =~ s,\$\{PYPKGSRCDIR\},../../lang/python26,;
+ $relpath =~ s,\$\{PYPKGSRCDIR\},../../lang/python27,;
$relpath =~ s,\$\{FILESDIR\},$filesdir, if defined($filesdir);
if ($adjust_depth && $relpath =~ m"^\.\./\.\./([^.].*)$") {
$relpath = "${cur_pkgsrcdir}/$1";