diff options
author | 2017-12-02 09:31:52 +0000 | |
---|---|---|
committer | 2017-12-02 09:31:52 +0000 | |
commit | 09b4784cef9fde44086917ee1132504ec2462cce (patch) | |
tree | 26a7802a7248dd7f9d2fe5db458d0bfa8a3e4b91 /share/man/man5 | |
parent | Add a caveat wrt use of non-decimal fractional notation; from kshe; ok jmc@ (diff) | |
download | wireguard-openbsd-09b4784cef9fde44086917ee1132504ec2462cce.tar.xz wireguard-openbsd-09b4784cef9fde44086917ee1132504ec2462cce.zip |
post-patch -> pre-configure
Diffstat (limited to 'share/man/man5')
-rw-r--r-- | share/man/man5/port-modules.5 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/share/man/man5/port-modules.5 b/share/man/man5/port-modules.5 index 17c4361a026..5bb577fb9e3 100644 --- a/share/man/man5/port-modules.5 +++ b/share/man/man5/port-modules.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: port-modules.5,v 1.224 2017/11/21 16:23:46 naddy Exp $ +.\" $OpenBSD: port-modules.5,v 1.225 2017/12/02 09:31:52 ajacoutot Exp $ .\" .\" Copyright (c) 2008 Marc Espie .\" @@ -24,7 +24,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. .\" -.Dd $Mdocdate: November 21 2017 $ +.Dd $Mdocdate: December 2 2017 $ .Dt PORT-MODULES 5 .Os .Sh NAME @@ -971,7 +971,7 @@ and macros.) .Pp During execution of -.Cm post-patch +.Cm pre-configure target module moves source code from .Pa ${MODGO_SUBDIR} to @@ -1048,7 +1048,7 @@ Defaults to .It Ev MODGO_SETUP_WORKSPACE Commands setting up Go workspace for building ports. By default, happens during execution of -.Cm post-patch +.Cm pre-configure target. .It Ev MODGO_BUILDDEP Controls whether contents of |