summaryrefslogtreecommitdiff
path: root/pkgtools/pkglint
diff options
context:
space:
mode:
authorrillig <rillig>2005-08-25 07:24:00 +0000
committerrillig <rillig>2005-08-25 07:24:00 +0000
commit783f9c996943aa346dc8958353b026faa2e8e929 (patch)
tree5ef37a4212e227a581398db35ddb09b3d7dba322 /pkgtools/pkglint
parentd811780dad44a3a0f5ef982accf94d8507786435 (diff)
downloadpkgsrc-783f9c996943aa346dc8958353b026faa2e8e929.tar.gz
Removed all references to the -B/contblank command line option.
Diffstat (limited to 'pkgtools/pkglint')
-rw-r--r--pkgtools/pkglint/files/pkglint.113
-rw-r--r--pkgtools/pkglint/files/pkglint.pl3
2 files changed, 4 insertions, 12 deletions
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 <itojun@itojun.org>.
.\" All Rights Reserved. Absolutely no warranty.
.\"
.\" Roland Illig <roland.illig@gmx.de>, 2004, 2005.
+.\" Roland Illig <rillig@NetBSD.org>, 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",