summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwiz <wiz>2004-12-27 18:19:48 +0000
committerwiz <wiz>2004-12-27 18:19:48 +0000
commit01de0e87a9b5be6d12e9c77c3da31de159eec15b (patch)
treec84254d0b70ff36feb3a0fad80540e7bf2218a0d
parentcd4e64dea4f66de8f6151a0ff4e653c6eb0a1683 (diff)
downloadpkgsrc-01de0e87a9b5be6d12e9c77c3da31de159eec15b.tar.gz
There is no -d option; remove it from the usage.
Closes PR 28788 by Berndt Josef Wulf.
-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",