summaryrefslogtreecommitdiff
path: root/pkgtools/pkglint
diff options
context:
space:
mode:
authorabs <abs>2001-07-02 15:37:05 +0000
committerabs <abs>2001-07-02 15:37:05 +0000
commitf559c6fab0d656157093cd7d497e9fd192aaed42 (patch)
tree9038b4269b77cbf640f3c020c60adc7adfbf7c72 /pkgtools/pkglint
parentfa8404d2581886b400a211586c513ba4d6c05875 (diff)
downloadpkgsrc-f559c6fab0d656157093cd7d497e9fd192aaed42.tar.gz
Fix another couple of ' usages- from Ben Wong
Diffstat (limited to 'pkgtools/pkglint')
-rw-r--r--pkgtools/pkglint/files/lintpkgsrc.110
1 files changed, 7 insertions, 3 deletions
diff --git a/pkgtools/pkglint/files/lintpkgsrc.1 b/pkgtools/pkglint/files/lintpkgsrc.1
index 671a4ef13ed..05f1cf12965 100644
--- a/pkgtools/pkglint/files/lintpkgsrc.1
+++ b/pkgtools/pkglint/files/lintpkgsrc.1
@@ -1,4 +1,4 @@
-.\" $NetBSD: lintpkgsrc.1,v 1.17 2001/07/02 13:23:22 abs Exp $
+.\" $NetBSD: lintpkgsrc.1,v 1.18 2001/07/02 15:37:05 abs Exp $
.\"
.\" Copyright (c) 1999 by David Brownlee (abs@netbsd.org)
.\" Absolutely no warranty.
@@ -78,7 +78,9 @@ List any prebuilt packages in any subdirs of
with known vulnerabilities, based on the data in
PKGSRCDIR/distfiles/vulnerabilities .
.It Fl d
-Extract the 'DEPENDS' listing from each pkgsrc package Makefile, then
+Extract the
+.Ql DEPENDS
+listing from each pkgsrc package Makefile, then
verify the version specified in each DEPEND correctly matches a current
pkgsrc package.
.It Fl g Ar pkgsrcmap
@@ -138,7 +140,9 @@ or set conditionally in
based on the value of
.Em LINTPKGSRC .
.Sh BUGS
-The 'Makefile parsing' algorithm used to obtain package versions
+The
+.Ql Makefile parsing
+algorithm used to obtain package versions
and DEPENDS information is geared towards speed rather than
perfection, though it has got somewhat better over time, it only
parses the simplest Makefile conditionals. (a == b, no && etc).