summaryrefslogtreecommitdiff
path: root/pkgtools
diff options
context:
space:
mode:
authorabs <abs@pkgsrc.org>2001-07-02 15:37:05 +0000
committerabs <abs@pkgsrc.org>2001-07-02 15:37:05 +0000
commitbf1da47ccd27133953e6a095fba7bf36b8d29ddd (patch)
tree9038b4269b77cbf640f3c020c60adc7adfbf7c72 /pkgtools
parent7837273b5c2711b32e963e3a50d30586078d0355 (diff)
downloadpkgsrc-bf1da47ccd27133953e6a095fba7bf36b8d29ddd.tar.gz
Fix another couple of ' usages- from Ben Wong
Diffstat (limited to 'pkgtools')
-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).