summaryrefslogtreecommitdiff
path: root/pkgtools/pkglint/files
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2004-12-27 18:19:48 +0000
committerwiz <wiz@pkgsrc.org>2004-12-27 18:19:48 +0000
commit1ec07ec0bb6ca54d0e6e08cff23e14be6e74f5f7 (patch)
treec84254d0b70ff36feb3a0fad80540e7bf2218a0d /pkgtools/pkglint/files
parentb7efe9439ad0d0f74f48849b133a9f5977bc8d98 (diff)
downloadpkgsrc-1ec07ec0bb6ca54d0e6e08cff23e14be6e74f5f7.tar.gz
There is no -d option; remove it from the usage.
Closes PR 28788 by Berndt Josef Wulf.
Diffstat (limited to 'pkgtools/pkglint/files')
-rw-r--r--pkgtools/pkglint/files/pkglint.pl3
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",