From e2337b0ad6d0b7166927816fc7fa1223766c02f8 Mon Sep 17 00:00:00 2001 From: rillig Date: Sun, 22 May 2005 14:54:18 +0000 Subject: Removed a check for *.tgz in the package directory. This check has been here since revision 1.1, and is very unlikely to occur. --- pkgtools/pkglint/files/pkglint.pl | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) (limited to 'pkgtools') diff --git a/pkgtools/pkglint/files/pkglint.pl b/pkgtools/pkglint/files/pkglint.pl index 5ab66dd9b61..fbbadedd378 100644 --- a/pkgtools/pkglint/files/pkglint.pl +++ b/pkgtools/pkglint/files/pkglint.pl @@ -11,7 +11,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.160 2005/05/21 12:29:02 rillig Exp $ +# $NetBSD: pkglint.pl,v 1.161 2005/05/22 14:54:18 rillig Exp $ # # This version contains lots of changes necessary for NetBSD packages # done by Hubert Feyrer , @@ -1653,13 +1653,6 @@ sub checkfile_Makefile($) { } } - # additional checks for committer. - $i = ($pkgname eq '') ? $distname : $pkgname; - if (-f "$opt_packagedir/$i.tgz") { - log_warning(NO_FILE, NO_LINE_NUMBER, "be sure to remove $opt_packagedir/$i.tgz ". - "before committing the package."); - } - push(@varnames, qw( DISTNAME PKGNAME SVR4_PKGNAME CATEGORIES MASTER_SITES MASTER_SITE_SUBDIR EXTRACT_SUFX DISTFILES)); -- cgit v1.2.3