From 1b3fba16dac00893a2e7b4b43e8ff840fdc1e045 Mon Sep 17 00:00:00 2001 From: Edward Tomasz Napierala Date: Thu, 5 Jul 2018 11:03:11 +0000 Subject: [PATCH] Add trivial usage example to ports(7). MFC after: 2 weeks Sponsored by: DARPA, AFRL --- share/man/man7/ports.7 | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/share/man/man7/ports.7 b/share/man/man7/ports.7 index ebca20ff1c28..376f61d02c89 100644 --- a/share/man/man7/ports.7 +++ b/share/man/man7/ports.7 @@ -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 ,