diff options
Diffstat (limited to 'pkgtools/pkglint/files/pkglint.1')
-rw-r--r-- | pkgtools/pkglint/files/pkglint.1 | 13 |
1 files changed, 1 insertions, 12 deletions
diff --git a/pkgtools/pkglint/files/pkglint.1 b/pkgtools/pkglint/files/pkglint.1 index 657e0d66b5d..fdb36b27524 100644 --- a/pkgtools/pkglint/files/pkglint.1 +++ b/pkgtools/pkglint/files/pkglint.1 @@ -1,4 +1,4 @@ -.\" $NetBSD: pkglint.1,v 1.12 2005/05/22 22:53:13 rillig Exp $ +.\" $NetBSD: pkglint.1,v 1.13 2005/05/31 20:44:02 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>. @@ -52,15 +52,6 @@ Show the summary of command line options, then exit. Show the Makefile that is constructed by including all the files that are slurped in via .include directives. This flag is mainly for debugging. -.It Fl N -New package flag. -Adds several checks specific to newly submitted packages. -If you are willing to submit the directory to be checked as a new package, -use this option. -This option is deprecated. -Use -.Fl C Ns Ar newpkg -instead. .It Fl q Ns | Ns Fl -quiet Don't print the errors and warnings summary before terminating. .It Fl v Ns | Ns Fl -verbose @@ -87,8 +78,6 @@ Check PLIST files. Check the distinfo file. .It [no-]extra Check remaining files in the package directory. -.It [no-]newpkg -Enable special checks for uncommitted packages. .It [no-]patches Check the pkgsrc specific patch files. .El |