summaryrefslogtreecommitdiff
path: root/share/man/man7/ports.7
diff options
context:
space:
mode:
authorAaron Campbell <aaron@cvs.openbsd.org>1998-11-28 03:38:03 +0000
committerAaron Campbell <aaron@cvs.openbsd.org>1998-11-28 03:38:03 +0000
commit4beb28910871edfcdf5dce787bb0f0a7a9cf17a9 (patch)
tree3417b4419d3c8a80852a1e84b4620e3deef3e883 /share/man/man7/ports.7
parent9bb6028fe02a280e61b8f862f447486ce6b5f72a (diff)
share/man/man7/ man page repairs
Diffstat (limited to 'share/man/man7/ports.7')
-rw-r--r--share/man/man7/ports.712
1 files changed, 8 insertions, 4 deletions
diff --git a/share/man/man7/ports.7 b/share/man/man7/ports.7
index fac238d7414..3a0abd6234c 100644
--- a/share/man/man7/ports.7
+++ b/share/man/man7/ports.7
@@ -23,7 +23,7 @@
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
-.\" $OpenBSD: ports.7,v 1.2 1998/09/05 17:41:49 deraadt Exp $
+.\" $OpenBSD: ports.7,v 1.3 1998/11/28 03:38:02 aaron Exp $
.\" $FreeBSD: ports.7,v 1.7 1998/06/23 04:38:50 hoek Exp $
.\"
.Dd January 25, 1998
@@ -44,7 +44,7 @@ application source code compile and run on BSD. Compiling an
application is as simple as typing
.Ic make
in the port directory! The
-.Ql Pa Makefile
+.Pa Makefile
automatically fetches the
application source code, either from a local disk or via ftp, unpacks it
on your system, applies the patches, and compiles it. If all goes well,
@@ -87,7 +87,11 @@ You will usually only target
.Bl -tag -width configure
.It Ar fetch
Fetch all of the files needed to build this port from the site(s)
-listed in MASTER_SITES and PATCH_SITES. See
+listed in
+.Ev MASTER_SITES
+and
+.Ev PATCH_SITES .
+See
.Ev FETCH_CMD
and
.Ev MASTER_SITE_OVERRIDE .
@@ -253,7 +257,7 @@ The big Kahuna.
.Xr pkg_add 1 ,
.Xr pkg_create 1 ,
.Xr pkg_delete 1 ,
-.Xr pkg_info 1 .
+.Xr pkg_info 1
.Pp
The FreeBSD handbook.
.Sh AUTHORS