summaryrefslogtreecommitdiff
path: root/pkgtools
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2005-08-24 17:32:43 +0000
committerrillig <rillig@pkgsrc.org>2005-08-24 17:32:43 +0000
commit06693d360221914e561ab193225243ee61906563 (patch)
tree080e75e993436bddb171b62308bff8bfa0cc66fc /pkgtools
parentd6720c22878f11ebf458686b49bab2f4194d6177 (diff)
downloadpkgsrc-06693d360221914e561ab193225243ee61906563.tar.gz
Removed the -p flag from the usage message. It hasn't been implemented
for quite some time. I don't know when it had been removed, but apparently no-one had used it anyway.
Diffstat (limited to 'pkgtools')
-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 fc67647619b..f4300c763e6 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.257 2005/08/24 17:29:52 rillig Exp $
+# $NetBSD: pkglint.pl,v 1.258 2005/08/24 17:32:43 rillig Exp $
#
# This version contains lots of changes necessary for NetBSD packages
# done by:
@@ -315,7 +315,6 @@ my (%options) = (
"-d" => "Enable debugging mode",
"-g" => "Mimic the gcc output format",
"-h|--help" => "print a detailed help message",
- "-p" => "warn about use of \$(VAR) instead of \${VAR}",
"-q" => "don't print a summary line when finishing",
"-v|--verbose" => "print progress messages",
);