diff options
author | Aaron Bieber <abieber@cvs.openbsd.org> | 2020-07-08 02:49:28 +0000 |
---|---|---|
committer | Aaron Bieber <abieber@cvs.openbsd.org> | 2020-07-08 02:49:28 +0000 |
commit | ca8a827a4fb84cd8ea8cf047f370da12de13b3d8 (patch) | |
tree | 7cc31bb2eb0d13ca1419eef58745ec9bc701999b /share | |
parent | cf420c1356813b8f665f5bc53c266e5d39e2bb5f (diff) |
Mention that we support building a port from Go modules now.
Prompted by afresh1@
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man1/portgen.1 | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/share/man/man1/portgen.1 b/share/man/man1/portgen.1 index e22f99e7a87..22ccaf2e01c 100644 --- a/share/man/man1/portgen.1 +++ b/share/man/man1/portgen.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: portgen.1,v 1.3 2019/11/17 02:45:52 pamela Exp $ +.\" $OpenBSD: portgen.1,v 1.4 2020/07/08 02:49:27 abieber Exp $ .\" .\" Copyright (c) 2015 Giannis Tsaraias <tsg@openbsd.org> .\" Copyright (c) 2015 Vadim Zhukov <zhuk@openbsd.org> @@ -15,7 +15,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: November 17 2019 $ +.Dd $Mdocdate: July 8 2020 $ .Dt PORTGEN 1 .Os .Sh NAME @@ -54,6 +54,8 @@ for Perl modules on CPAN. for Python modules on PyPI. .It Cm ruby for Ruby gems. +.It Cm go +for Go modules. .El .Pp The following packages must be installed prior to the invocation of |