From a5453ed69740727070def05faa0de62125b528af Mon Sep 17 00:00:00 2001 From: rillig Date: Thu, 25 Aug 2005 07:24:00 +0000 Subject: Removed all references to the -B/contblank command line option. --- pkgtools/pkglint/files/pkglint.1 | 13 +++---------- pkgtools/pkglint/files/pkglint.pl | 3 +-- 2 files changed, 4 insertions(+), 12 deletions(-) (limited to 'pkgtools') diff --git a/pkgtools/pkglint/files/pkglint.1 b/pkgtools/pkglint/files/pkglint.1 index b166996a6a5..54636e40bb3 100644 --- a/pkgtools/pkglint/files/pkglint.1 +++ b/pkgtools/pkglint/files/pkglint.1 @@ -1,12 +1,13 @@ -.\" $NetBSD: pkglint.1,v 1.16 2005/07/21 09:07:38 wiz Exp $ +.\" $NetBSD: pkglint.1,v 1.17 2005/08/25 07:24:00 rillig Exp $ .\" From FreeBSD: portlint.1,v 1.8 1997/11/25 14:53:14 itojun Exp .\" .\" Copyright (c) 1997 by Jun-ichiro Itoh . .\" All Rights Reserved. Absolutely no warranty. .\" .\" Roland Illig , 2004, 2005. +.\" Roland Illig , 2005. .\" -.Dd July 21, 2005 +.Dd August 24, 2005 .Dt PKGLINT 1 .Sh NAME .Nm pkglint @@ -30,14 +31,6 @@ pkgsrc infrastructure easier. .Pp .Sy Options .Bl -tag -width 18n -offset indent -.It Fl B Ar n -Set the number of contiguous blank lines allowed in -.Pa Makefile -to -.Ar n -(by default, -.Ar n -is 1.) .It Fl C{[no-]check,...} Enable or disable specific checks. For a list of checks, see below. .It Fl h Ns | Ns Fl -help diff --git a/pkgtools/pkglint/files/pkglint.pl b/pkgtools/pkglint/files/pkglint.pl index f4300c763e6..519ace2991f 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.258 2005/08/24 17:32:43 rillig Exp $ +# $NetBSD: pkglint.pl,v 1.259 2005/08/25 07:24:00 rillig Exp $ # # This version contains lots of changes necessary for NetBSD packages # done by: @@ -306,7 +306,6 @@ my $opt_debug = false; my $opt_dumpmakefile = false; my $opt_quiet = false; my (%options) = ( - "-B#" => "allow # contiguous blank lines in Makefiles", "-C{check,...}" => "enable or disable specific checks", "-F" => "Try to automatically fix some errors (experimental)", "-I" => "dump the Makefile after parsing", -- cgit v1.2.3