Discussion:
git: 4508c5f296 - main - en/phb: GHC is not related to USE_GITHUB.
Mathieu Arnold
2021-05-25 08:50:37 UTC
Permalink
The branch main has been updated by mat:

URL: https://cgit.FreeBSD.org/doc/commit/?id=4508c5f296caf418b15ba04efe27a2147f2efce6

commit 4508c5f296caf418b15ba04efe27a2147f2efce6
Author: Mathieu Arnold <***@FreeBSD.org>
AuthorDate: 2021-05-25 08:48:01 +0000
Commit: Mathieu Arnold <***@FreeBSD.org>
CommitDate: 2021-05-25 08:49:51 +0000

en/phb: GHC is not related to USE_GITHUB.
---
documentation/content/en/books/porters-handbook/makefiles/_index.adoc | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/documentation/content/en/books/porters-handbook/makefiles/_index.adoc b/documentation/content/en/books/porters-handbook/makefiles/_index.adoc
index 0a85939535..f80c96a952 100644
--- a/documentation/content/en/books/porters-handbook/makefiles/_index.adoc
+++ b/documentation/content/en/books/porters-handbook/makefiles/_index.adoc
@@ -1375,7 +1375,7 @@ USE_GITHUB= yes
GH_ACCOUNT= freebsd
....

-It will automatically have `MASTER_SITES` set to `GH GHC` and `WRKSRC` to `${WRKDIR}/pkg-1.2.7`.
+It will automatically have `MASTER_SITES` set to `GH` and `WRKSRC` to `${WRKDIR}/pkg-1.2.7`.
====

[[makefile-master_sites-github-ex2]]
@@ -1395,7 +1395,7 @@ GH_PROJECT= pkg
GH_TAGNAME= 6dbb17b
....

-It will automatically have `MASTER_SITES` set to `GH GHC` and `WRKSRC` to `${WRKDIR}/pkg-6dbb17b`.
+It will automatically have `MASTER_SITES` set to `GH` and `WRKSRC` to `${WRKDIR}/pkg-6dbb17b`.

[TIP]
****

Loading...