summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pkgtools/pkglint/Makefile4
-rw-r--r--pkgtools/pkglint/files/pkglint.pl4
2 files changed, 4 insertions, 4 deletions
diff --git a/pkgtools/pkglint/Makefile b/pkgtools/pkglint/Makefile
index d092c7bf2c8..064936afddb 100644
--- a/pkgtools/pkglint/Makefile
+++ b/pkgtools/pkglint/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.138 2002/09/24 14:01:37 wiz Exp $
+# $NetBSD: Makefile,v 1.139 2002/09/25 09:34:21 wiz Exp $
#
-DISTNAME= pkglint-3.34
+DISTNAME= pkglint-3.35
CATEGORIES= pkgtools devel
MASTER_SITES= # empty
DISTFILES= # empty
diff --git a/pkgtools/pkglint/files/pkglint.pl b/pkgtools/pkglint/files/pkglint.pl
index e8b88b5729a..f2623750859 100644
--- a/pkgtools/pkglint/files/pkglint.pl
+++ b/pkgtools/pkglint/files/pkglint.pl
@@ -12,7 +12,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.71 2002/09/24 14:01:38 wiz Exp $
+# $NetBSD: pkglint.pl,v 1.72 2002/09/25 09:34:22 wiz Exp $
#
# This version contains lots of changes necessary for NetBSD packages
# done by Hubert Feyrer <hubertf@netbsd.org>,
@@ -1512,7 +1512,7 @@ sub category_check {
local($sub) = "";
local($contents);
- $contents = readmakefile($file) or
+ $contents = readmakefile("$portdir/$file") or
&perror("FATAL: can't read $portdir/$file") and return 0;
if ($contents !~ /#(\s+)\$$rcsidstr([^\$]*)\$/) {
&perror("FATAL: no \$$rcsidstr\$ line in $file");