summaryrefslogtreecommitdiff
path: root/pkgtools
diff options
context:
space:
mode:
authorrillig <rillig>2005-05-22 14:54:18 +0000
committerrillig <rillig>2005-05-22 14:54:18 +0000
commit4f07c84938eff3b661772bc2c53635736f44f8b8 (patch)
tree25ab94078d2594765acd57f9e98124f669e41259 /pkgtools
parent4f3c73f63a701154cbb2a007947aa83750f33cb9 (diff)
downloadpkgsrc-4f07c84938eff3b661772bc2c53635736f44f8b8.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')
-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));