git: cca9f9bba5 - main - books/porters-handbook/: fix some rendering.

Marc Fonvieille blackend at FreeBSD.org
Tue May 18 11:17:16 UTC 2021


The branch main has been updated by blackend:

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

commit cca9f9bba56dd108030cff2d5b8fa4fce1406cb6
Author:     Marc Fonvieille <blackend at FreeBSD.org>
AuthorDate: 2021-05-17 17:11:50 +0000
Commit:     Marc Fonvieille <blackend at FreeBSD.org>
CommitDate: 2021-05-18 11:15:49 +0000

    books/porters-handbook/: fix some rendering.
---
 .../content/en/books/porters-handbook/makefiles/_index.adoc          | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/documentation/content/en/books/porters-handbook/makefiles/_index.adoc b/documentation/content/en/books/porters-handbook/makefiles/_index.adoc
index db5b8a9a03..4412e0d22c 100644
--- a/documentation/content/en/books/porters-handbook/makefiles/_index.adoc
+++ b/documentation/content/en/books/porters-handbook/makefiles/_index.adoc
@@ -1768,15 +1768,10 @@ GL_COMMIT=	9c1669ce60c3f4f5eb43df874d7314483fb3f8a6
 It will have `MASTER_SITES` set to "`https://gitlab.example.com`" and `WRKSRC` to `${WRKDIR}/bar-9c1669ce60c3f4f5eb43df874d7314483fb3f8a6-9c1669ce60c3f4f5eb43df874d7314483fb3f8a6`.
 
 [TIP]
-****
-
 `20170906` is the date of the commit referenced in `GL_COMMIT`, not the date the [.filename]#Makefile# is edited, or the date the commit to the FreeBSD ports tree is made.
-****
 
 [NOTE]
-****
 ``GL_SITE``'s protocol, port and webroot can all be modified in the same variable.
-****
 
 ====
 


More information about the dev-commits-doc-all mailing list