summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjmc <jmc@openbsd.org>2006-11-04 00:14:12 +0000
committerjmc <jmc@openbsd.org>2006-11-04 00:14:12 +0000
commit5dabbde8c1c3765963ff91cef6cce9b81878a9a7 (patch)
tree74ce1f3fb1c39a013f9293ffa9150d424d9cff25
parentmake stack trace look as other flavoured stack traces look like (diff)
downloadwireguard-openbsd-5dabbde8c1c3765963ff91cef6cce9b81878a9a7.tar.xz
wireguard-openbsd-5dabbde8c1c3765963ff91cef6cce9b81878a9a7.zip
tweaks;
-rw-r--r--share/man/man5/bsd.port.mk.57
1 files changed, 4 insertions, 3 deletions
diff --git a/share/man/man5/bsd.port.mk.5 b/share/man/man5/bsd.port.mk.5
index 43713a0e6df..02e32eeff57 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.179 2006/11/03 17:14:12 espie Exp $
+.\" $OpenBSD: bsd.port.mk.5,v 1.180 2006/11/04 00:14:12 jmc Exp $
.\"
.\" Copyright (c) 2000 Marc Espie
.\"
@@ -2076,7 +2076,7 @@ There is no reason for the semantic distinction, use
.Ev FILESDIR
for those.
.It Ev SCRIPTS_ENV
-Used to contain the Environment for invoking various scripts.
+Used to contain the environment for invoking various scripts.
.Ev CONFIGURE_ENV
and
.Ev MAKE_ENV
@@ -2110,7 +2110,8 @@ to match other BSD, and save directories.
Identical functionality can be obtained through a {pre,do,post}-* target,
invoking the script manually if necessary.
.It Pa ${SCRIPTDIR}/configure
-No longer invoked automatically. Just inline the instructions in
+No longer invoked automatically.
+Just inline the instructions in
.Ar do-configure
in the Makefile, or put the script in ${FILESDIR} and
invoke it.