Add a mention of "make search".
Reviewed by: asami
This commit is contained in:
parent
57e29ceb22
commit
53156fd47a
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=2750
1 changed files with 10 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
|||
<!-- $Id: ports.sgml,v 1.29 1997-12-29 04:29:17 jkh Exp $ -->
|
||||
<!-- $Id: ports.sgml,v 1.30 1998-04-28 04:53:27 mph Exp $ -->
|
||||
<!-- The FreeBSD Documentation Project -->
|
||||
|
||||
<chapt><heading>Installing Applications: The Ports collection<label id="ports"></heading>
|
||||
|
@ -336,7 +336,7 @@ installed. Here is the Makefile for ElectricFence:-
|
|||
# Date created: 13 November 1997
|
||||
# Whom: jraynard
|
||||
#
|
||||
# $Id: ports.sgml,v 1.29 1997-12-29 04:29:17 jkh Exp $
|
||||
# $Id: ports.sgml,v 1.30 1998-04-28 04:53:27 mph Exp $
|
||||
#
|
||||
|
||||
DISTNAME= ElectricFence-2.0.5
|
||||
|
@ -690,7 +690,14 @@ Makefiles.
|
|||
Q. There are so many ports it is hard to find the one I want. Is there a
|
||||
list anywhere of what ports are available?
|
||||
<p>
|
||||
A. Look in the INDEX file in /usr/ports.
|
||||
A. Look in the INDEX file in /usr/ports. If you would like to search
|
||||
the ports collection for a keyword, you can do that too. For example,
|
||||
you can find ports relevant to the LISP programming language using:
|
||||
|
||||
<verb>
|
||||
cd /usr/ports
|
||||
make search key=lisp
|
||||
</verb>
|
||||
|
||||
<item>
|
||||
Q. I went to install the 'foo' port but the system suddenly stopped
|
||||
|
|
Loading…
Reference in a new issue