summaryrefslogtreecommitdiff
path: root/share/man
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2011-09-25 16:53:14 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2011-09-25 16:53:14 +0000
commitdbd6378924646ad3873f6adc8e78c7ba768d7905 (patch)
tree06d1d730c7bff26837d81bac2a042e02ceb195cd /share/man
parent44d727cc4b00b1af0354b0ec26814cb3958d005c (diff)
zap trailing whitespace;
Diffstat (limited to 'share/man')
-rw-r--r--share/man/man5/bsd.port.mk.510
1 files changed, 5 insertions, 5 deletions
diff --git a/share/man/man5/bsd.port.mk.5 b/share/man/man5/bsd.port.mk.5
index c4add9d36cb..65105176e98 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.288 2011/09/25 08:00:32 espie Exp $
+.\" $OpenBSD: bsd.port.mk.5,v 1.289 2011/09/25 16:53:13 jmc Exp $
.\"
.\" Copyright (c) 2000-2008 Marc Espie
.\"
@@ -1753,7 +1753,7 @@ to use their progress-meter even in the absence of a terminal.
.It Ev PSEUDO_FLAVORS
Extra list of flavors that do not register in package names, but are still
used to control build logic, and e.g., working directory names.
-Its only use should be for disabling part of a multi-packages build,
+Its only use should be for disabling part of a multi-packages build,
for instance:
.Bd -literal
FLAVOR=no_gnome make package
@@ -1765,7 +1765,7 @@ to disable the build of subpackage
.Sq -something
.Po
and possibly some others, by restricting
-.Ev BUILD_PACKAGES
+.Ev BUILD_PACKAGES
.Pc .
Pseudo-flavors should always be handled through
.Xr bsd.port.arch.mk 5 .
@@ -1788,7 +1788,7 @@ BUILD_PACKAGES := ${BUILD_PACKAGES:N-gtk:N-gtk3}
.Ed
.Pp
Caveat: creation of a separate working directory is mandatory for a
-pseudo-flavor.
+pseudo-flavor.
If, at a later time, a full build with all subpackages is required,
all the work will need to be done again.
.It Ev RCDIR
@@ -2943,7 +2943,7 @@ Make sure
.Ev ONLY_FOR_ARCHS* ,
and
.Ev PSEUDO_FLAVORS
-are defined correctly, then
+are defined correctly, then
.Bd -literal -offset indent
\&.include <bsd.port.arch.mk>
.Ed