summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2006-11-26 22:03:56 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2006-11-26 22:03:56 +0000
commitc0ab42be56a048913b2c7afbaa1e673a44b0a758 (patch)
tree030653bc4aeefc06627fb9745888068262f9a889
parent18f674bdb01612760b6d9f4ff6e8c6d471247897 (diff)
- kill trailing space
- new sentence, new line
-rw-r--r--share/man/man5/bsd.port.mk.512
-rw-r--r--share/man/man7/ports.76
2 files changed, 10 insertions, 8 deletions
diff --git a/share/man/man5/bsd.port.mk.5 b/share/man/man5/bsd.port.mk.5
index 6498b89b368..ede20b26c8e 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.182 2006/11/26 18:38:54 espie Exp $
+.\" $OpenBSD: bsd.port.mk.5,v 1.183 2006/11/26 22:03:54 jmc Exp $
.\"
.\" Copyright (c) 2000 Marc Espie
.\"
@@ -556,7 +556,8 @@ Default is
.Sq all .
Can be set to empty, to yield a package's default target.
.It Ev ARCH
-Current machine architecture. Read-only.
+Current machine architecture.
+Read-only.
.It Ev AUTOCONF
Location of the autoconf binary if needed.
Defaults to autoconf (though make autoreconf might be more appropriate).
@@ -624,7 +625,7 @@ or
target will be processed in a subdirectory of the working directory,
specifically, in ${WRKDIR}/directory.
.It Ev BUILD_PKGPATH
-Full pkgpath to the current port, taking flavors and pseudo-flavors
+Full pkgpath to the current port, taking flavors and pseudo-flavors
into account.
Mostly useful to write dependencies for subpackages like this:
.Li "LIB_DEPENDS-foo=::${BUILD_PKGPATH}"
@@ -1007,7 +1008,8 @@ target will also update installed packages even when the signature
did not change.
.It Ev FULLDISTDIR
Complete path to directory where ${DISTFILES} and ${PATCHFILES} will be
-located, to be used in hand-crafted extraction targets. Read-only.
+located, to be used in hand-crafted extraction targets.
+Read-only.
.It Ev FULLPKGNAME
Full name of the created package, taking flavors into account.
Defaults to ${PKGNAME}${FLAVOR_EXT}.
@@ -2309,7 +2311,7 @@ The following variables are subpackage dependent:
.Pp
The usual non-MULTI_PACKAGES variables are simply used as default values
for all subpackages.
-So, if you set
+So, if you set
.Li "PKG_ARCH=*"
.Li "PKG_ARCH-main=i386"
then
diff --git a/share/man/man7/ports.7 b/share/man/man7/ports.7
index 6fe68affd67..0435f5cbb69 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.63 2006/11/26 17:54:25 espie Exp $
+.\" $OpenBSD: ports.7,v 1.64 2006/11/26 22:03:55 jmc Exp $
.\" $FreeBSD: ports.7,v 1.7 1998/06/23 04:38:50 hoek Exp $
.\"
.Dd January 25, 1998
@@ -502,7 +502,7 @@ ports tree comes with a mechanism called
This mechanism is used when a larger package is broken down into
several smaller components referred to as subpackages.
.Pp
-If a port is "subpackaged", each subpackage will have
+If a port is "subpackaged", each subpackage will have
a corresponding description in the
.Pa pkg/DESCR-subpackage
file.
@@ -519,7 +519,7 @@ In the case of our mysql example,
the subpackages will be called
.Ic mysql-client-<version> ,
.Ic mysql-tests-<version> ,
-and
+and
.Ic mysql-server-<version> .
.Pp
To install/deinstall a specific subpackage of a port, you may