diff options
Diffstat (limited to 'share/man/man7')
-rw-r--r-- | share/man/man7/ports.7 | 14 |
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 |