diff options
author | 2006-11-04 00:14:12 +0000 | |
---|---|---|
committer | 2006-11-04 00:14:12 +0000 | |
commit | 5dabbde8c1c3765963ff91cef6cce9b81878a9a7 (patch) | |
tree | 74ce1f3fb1c39a013f9293ffa9150d424d9cff25 | |
parent | make stack trace look as other flavoured stack traces look like (diff) | |
download | wireguard-openbsd-5dabbde8c1c3765963ff91cef6cce9b81878a9a7.tar.xz wireguard-openbsd-5dabbde8c1c3765963ff91cef6cce9b81878a9a7.zip |
tweaks;
-rw-r--r-- | share/man/man5/bsd.port.mk.5 | 7 |
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. |