summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2017-05-31 10:06:03 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2017-05-31 10:06:03 +0000
commitd2c0786fef756b4566b0220e77b93dd0b46a579e (patch)
treeb6fa5ea3aae982c95216d525d03f1ecfd18e44ea
parent096e214621ece9abcc4a71210a5f80884a56e9cb (diff)
minor tweaks;
-rw-r--r--share/man/man5/bsd.port.mk.511
1 files changed, 6 insertions, 5 deletions
diff --git a/share/man/man5/bsd.port.mk.5 b/share/man/man5/bsd.port.mk.5
index 5d10a29808c..35c5caea693 100644
--- a/share/man/man5/bsd.port.mk.5
+++ b/share/man/man5/bsd.port.mk.5
@@ -1,4 +1,4 @@
-.\" $OpenBSD: bsd.port.mk.5,v 1.458 2017/05/31 08:12:27 espie Exp $
+.\" $OpenBSD: bsd.port.mk.5,v 1.459 2017/05/31 10:06:02 jmc Exp $
.\"
.\" Copyright (c) 2000-2008 Marc Espie
.\"
@@ -54,7 +54,8 @@ the generation of package information.
It ends with sections covering obsolete targets, variables and files,
outlining conversion
methods from older incarnations of the ports tree or from other
-.Bx variants.
+.Bx
+variants.
.Pp
.Nm
also uses quite a few helper scripts.
@@ -1238,12 +1239,12 @@ will be displayed instead of the port being built.
.It Ev COMPILER
Select a somewhat more recent compiler than gcc 4.2.1.
Set to a list containing
-.Sq base
+.Sq base
(clang compiler in base),
.Sq clang
(clang compiler in ports),
or
-.Sq gcc
+.Sq gcc
(gcc 4.9 from ports).
The first compiler that matches criteria
.Po
@@ -1255,7 +1256,7 @@ from respective modules
will be chosen.
On an architecture using
.Xr clang 1
-as the default compiler,
+as the default compiler,
clang from the base system will always be chosen,
so it is not necessary to list
.Sq base