summaryrefslogtreecommitdiffstats
path: root/share/man/man7/ports.7
diff options
context:
space:
mode:
authorgabor <gabor@FreeBSD.org>2007-12-21 21:32:12 +0000
committergabor <gabor@FreeBSD.org>2007-12-21 21:32:12 +0000
commit0f43ea5b99707b4813a390d7331faea8d4ad1128 (patch)
tree7a2257531e17e858bfc7a62106a96d437abcb4ce /share/man/man7/ports.7
parent590aeb53cc6833b1e14239937bae550042d2879f (diff)
downloadFreeBSD-src-0f43ea5b99707b4813a390d7331faea8d4ad1128.zip
FreeBSD-src-0f43ea5b99707b4813a390d7331faea8d4ad1128.tar.gz
- Document icase variable of make search, which can be used to control
case-sensitivity PR: docs/117593 Submitted by: Nikolay Bachiyski <nbachiyski@developer.bg>
Diffstat (limited to 'share/man/man7/ports.7')
-rw-r--r--share/man/man7/ports.714
1 files changed, 12 insertions, 2 deletions
diff --git a/share/man/man7/ports.7 b/share/man/man7/ports.7
index 83279c6..fb277e0 100644
--- a/share/man/man7/ports.7
+++ b/share/man/man7/ports.7
@@ -25,7 +25,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd Aug 22, 2007
+.Dd Dec 21, 2007
.Dt PORTS 7
.Os
.Sh NAME
@@ -274,7 +274,9 @@ file for the pattern specified by the
.Va bdeps
(searches the port build-time dependency),
.Va rdeps
-(searches the port run-time dependency)
+(searches the port run-time dependency),
+.Va www
+(searches the port web site)
.Xr make 1
variables, and their exclusion counterparts:
.Va xname , xkey
@@ -317,6 +319,14 @@ To find ports that contain
.Dq Li apache
in either of the name, path, info
fields, ignore the rest of the record.
+.Pp
+By default the search is not case-nsensitive.
+In order to make it case-sensitive you can use the
+.Va icase
+variable:
+.Bd -literal -offset indent
+make search name=p5-R icase=0
+.Ed
.It Cm quicksearch
Reduced
.Cm search
OpenPOWER on IntegriCloud