summaryrefslogtreecommitdiff
path: root/share/man
diff options
context:
space:
mode:
authorpaco <paco@cvs.openbsd.org>2020-10-09 13:24:44 +0000
committerpaco <paco@cvs.openbsd.org>2020-10-09 13:24:44 +0000
commita91befe3b19919dfc36b261434d34931b88e0766 (patch)
tree137f72d8fd1b3131dfddb55e81a2711847b1cd89 /share/man
parent52326e8296737e0eafb00ca6765d56b1022f6ddf (diff)
document lang/go new target modgo-gen-modules
It generates MODGO_MODULES and MODGO_MODFILES for Go port updates ok abieber@
Diffstat (limited to 'share/man')
-rw-r--r--share/man/man5/port-modules.516
1 files changed, 14 insertions, 2 deletions
diff --git a/share/man/man5/port-modules.5 b/share/man/man5/port-modules.5
index e9b0fe3dadc..e8293d3b603 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.247 2020/09/29 19:23:53 kmos Exp $
+.\" $OpenBSD: port-modules.5,v 1.248 2020/10/09 13:24:43 paco 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: September 29 2020 $
+.Dd $Mdocdate: October 9 2020 $
.Dt PORT-MODULES 5
.Os
.Sh NAME
@@ -1163,6 +1163,18 @@ Go package names as arguments),
.Ev MODGO_{BUILD,INSTALL,TEST}_TARGET
and
.Ev MODGO_{BUILD,RUN}_DEPENDS .
+.Pp
+This module adds one
+.Xr make 1
+target:
+.Bl -tag -width modgo-gen-modules
+.It Cm modgo-gen-modules
+Generate the
+.Ev MODGO_MODULES
+and the
+.Ev MODGO_MODFILES
+lists.
+.El
.It lang/lua
Sets
.Ev MODLUA_BIN ,