Add trivial usage example to ports(7).

MFC after:	2 weeks
Sponsored by:	DARPA, AFRL
This commit is contained in:
Edward Tomasz Napierala 2018-07-05 11:03:11 +00:00
parent 300c34e431
commit 1b3fba16da
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=335977

View File

@ -25,7 +25,7 @@
.\"
.\" $FreeBSD$
.\"
.Dd June 13, 2018
.Dd July 5, 2018
.Dt PORTS 7
.Os
.Sh NAME
@ -530,6 +530,13 @@ The default ports directory
.It Pa /usr/ports/Mk/bsd.port.mk
The big Kahuna.
.El
.Sh EXAMPLES
Build and install Emacs:
.Bd -literal -offset indent
cd /usr/ports/editors/emacs
make install
.Ed
.Pp
.Sh SEE ALSO
.Xr make 1 ,
.Xr make.conf 5 ,