View | Details | Raw Unified | Return to bug 117593
Collapse All | Expand All

(-)ports.7 (-1 / +11 lines)
Lines 274-280 Link Here
274
.Va bdeps
274
.Va bdeps
275
(searches the port build-time dependency),
275
(searches the port build-time dependency),
276
.Va rdeps
276
.Va rdeps
277
(searches the port run-time dependency)
277
(searches the port run-time dependency),
278
.Va www
279
(searches the port web site)
278
.Xr make 1
280
.Xr make 1
279
variables, and their exclusion counterparts:
281
variables, and their exclusion counterparts:
280
.Va xname , xkey
282
.Va xname , xkey
Lines 317-322 Link Here
317
.Dq Li apache
319
.Dq Li apache
318
in either of the name, path, info
320
in either of the name, path, info
319
fields, ignore the rest of the record.
321
fields, ignore the rest of the record.
322
.Pp
323
By default the search is case-insensitive. In order to
324
make it case-sensitive you can use the
325
.Va icase
326
variable:
327
.Bd -literal -offset indent
328
make search name=p5-R icase=0
329
.Ed
320
.It Cm quicksearch
330
.It Cm quicksearch
321
Reduced
331
Reduced
322
.Cm search
332
.Cm search

Return to bug 117593