summaryrefslogtreecommitdiff
path: root/pkgtools/pkglint/files
diff options
context:
space:
mode:
authorrillig <rillig>2005-05-22 14:54:18 +0000
committerrillig <rillig>2005-05-22 14:54:18 +0000
commit27457565684714b6e65b226864f971d468a8f268 (patch)
tree25ab94078d2594765acd57f9e98124f669e41259 /pkgtools/pkglint/files
parent1ef1439dcb8ee64de1c145b4de895824765f0194 (diff)
downloadpkgsrc-27457565684714b6e65b226864f971d468a8f268.tar.gz
Removed a check for *.tgz in the package directory. This check has been
here since revision 1.1, and is very unlikely to occur.
Diffstat (limited to 'pkgtools/pkglint/files')
-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));