diff options
author | Antoine Jacoutot <ajacoutot@cvs.openbsd.org> | 2017-12-02 09:31:53 +0000 |
---|---|---|
committer | Antoine Jacoutot <ajacoutot@cvs.openbsd.org> | 2017-12-02 09:31:53 +0000 |
commit | 9bf80a2af191af4c6b995957e92e35b6e0d7087a (patch) | |
tree | 0c4b3f4c927a6cda20f547118fd83a95d6ba6c2d /share | |
parent | a33a867df1d5672c17e56664eb555b88ff2c40f9 (diff) |
post-patch -> pre-configure
Diffstat (limited to 'share')
-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 |