diff options
author | wiz <wiz@pkgsrc.org> | 2004-12-27 18:19:48 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2004-12-27 18:19:48 +0000 |
commit | 73b52f26bacdd4aac4321391218be930505d2643 (patch) | |
tree | c84254d0b70ff36feb3a0fad80540e7bf2218a0d /pkgtools | |
parent | 5f0234c74050a6e60da5081e7e0cda99351f45b5 (diff) | |
download | pkgsrc-73b52f26bacdd4aac4321391218be930505d2643.tar.gz |
There is no -d option; remove it from the usage.
Closes PR 28788 by Berndt Josef Wulf.
Diffstat (limited to 'pkgtools')
-rw-r--r-- | pkgtools/pkglint/files/pkglint.pl | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/pkgtools/pkglint/files/pkglint.pl b/pkgtools/pkglint/files/pkglint.pl index bf0128c976e..29be68bc32f 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.125 2004/12/02 16:40:10 wiz Exp $ +# $NetBSD: pkglint.pl,v 1.126 2004/12/27 18:19:48 wiz Exp $ # # This version contains lots of changes necessary for NetBSD packages # done by Hubert Feyrer <hubertf@netbsd.org>, @@ -238,7 +238,6 @@ my $opt_contblank = 1; my $opt_packagedir = "."; my (%options) = ( "-p" => "warn about use of \$(VAR) instead of \${VAR}", - "-d" => "check items useful for package developers", "-I" => "dump the Makefile after parsing", "-N" => "assume a new (still uncommitted) package", "-B#" => "allow # contiguous blank lines in Makefiles", |