Index: head/en_US.ISO8859-1/books/porters-handbook/special/chapter.xml =================================================================== --- head/en_US.ISO8859-1/books/porters-handbook/special/chapter.xml +++ head/en_US.ISO8859-1/books/porters-handbook/special/chapter.xml @@ -7256,8 +7256,6 @@ Go Libraries Ports must not package or install Go libs or source code. - Only lang/go* should install into - GO_SRCDIR and GO_LIBDIR. Go ports must fetch the required deps at the normal fetch time and should only install the programs and things users need, not the things Go developers would need. @@ -7272,7 +7270,7 @@ Fetch the versions of deps specified by upstream (in the - case of vendor.json or similar). + case of go.mod, vendor.json or similar).