summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pkgtools/pkglint/files/pkglint.pl9
1 files changed, 1 insertions, 8 deletions
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 <hubertf@netbsd.org>,
@@ -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));