summaryrefslogtreecommitdiff
path: root/pkgtools
diff options
context:
space:
mode:
authorabs <abs@pkgsrc.org>2000-02-09 17:41:20 +0000
committerabs <abs@pkgsrc.org>2000-02-09 17:41:20 +0000
commita0985e1f71dc3e6c8d2fa9259da6b1eb23f16b4e (patch)
treee0ddcca4f0ed5482d6d554a38d5e16c7548d0b4d /pkgtools
parentde9a3219e852956d7418006bd3c26287f9f02c3d (diff)
downloadpkgsrc-a0985e1f71dc3e6c8d2fa9259da6b1eb23f16b4e.tar.gz
Remove debug I stupidly left in after nb<N> suffix changes to dewey_cmp
Diffstat (limited to 'pkgtools')
-rw-r--r--pkgtools/pkglint/Makefile4
-rwxr-xr-xpkgtools/pkglint/files/lintpkgsrc.pl5
2 files changed, 3 insertions, 6 deletions
diff --git a/pkgtools/pkglint/Makefile b/pkgtools/pkglint/Makefile
index 31f32757b20..c6aa532646a 100644
--- a/pkgtools/pkglint/Makefile
+++ b/pkgtools/pkglint/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.43 2000/02/07 11:38:53 abs Exp $
+# $NetBSD: Makefile,v 1.44 2000/02/09 17:41:20 abs Exp $
#
-DISTNAME= pkglint-2.02
+DISTNAME= pkglint-2.03
CATEGORIES= pkgtools devel
MASTER_SITES= # empty
DISTFILES= # empty
diff --git a/pkgtools/pkglint/files/lintpkgsrc.pl b/pkgtools/pkglint/files/lintpkgsrc.pl
index e1885812963..85ba09ae0b9 100755
--- a/pkgtools/pkglint/files/lintpkgsrc.pl
+++ b/pkgtools/pkglint/files/lintpkgsrc.pl
@@ -1,6 +1,6 @@
#!/usr/bin/env perl
-# $NetBSD: lintpkgsrc.pl,v 1.22 2000/02/07 11:38:54 abs Exp $
+# $NetBSD: lintpkgsrc.pl,v 1.23 2000/02/09 17:41:22 abs Exp $
# Written by David Brownlee <abs@netbsd.org>.
#
@@ -13,9 +13,6 @@
# The 'invalid distfiles' code picks up a couple of false positives in
# fastcap (which does strange things anyway).
-printf("%d\n", deweycmp(@ARGV));
-exit;
-
$^W = 1;
use strict;
use Getopt::Std;