git: 4517b2328e - main - books/porters-handbook/order: Fix links
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 01 Mar 2022 17:34:43 UTC
The branch main has been updated by dbaio: URL: https://cgit.FreeBSD.org/doc/commit/?id=4517b2328e36f58c28f0d385609db8838a61cca2 commit 4517b2328e36f58c28f0d385609db8838a61cca2 Author: Martin Waschbüsch <martin@waschbuesch.de> AuthorDate: 2022-03-01 17:30:44 +0000 Commit: Danilo G. Baio <dbaio@FreeBSD.org> CommitDate: 2022-03-01 17:32:23 +0000 books/porters-handbook/order: Fix links PR: 261822 Reviewed by: dbaio --- .../content/en/books/porters-handbook/order/_index.adoc | 12 ++++++------ .../content/pt-br/books/porters-handbook/order/_index.adoc | 12 ++++++------ .../content/zh-tw/books/porters-handbook/order/_index.adoc | 12 ++++++------ 3 files changed, 18 insertions(+), 18 deletions(-) diff --git a/documentation/content/en/books/porters-handbook/order/_index.adoc b/documentation/content/en/books/porters-handbook/order/_index.adoc index 4c362669cf..057119bed6 100644 --- a/documentation/content/en/books/porters-handbook/order/_index.adoc +++ b/documentation/content/en/books/porters-handbook/order/_index.adoc @@ -161,12 +161,12 @@ If the port is marked BROKEN when some conditions are met, and such conditions c This block is optional. The variables are: -* crossref:makefiles:[makefile-fetch_depends,`FETCH_DEPENDS`] -* crossref:makefiles:[makefile-extract_depends,`EXTRACT_DEPENDS`] -* crossref:makefiles:[makefile-patch_depends,`PATCH_DEPENDS`] -* crossref:makefiles:[makefile-build_depends,`BUILD_DEPENDS`] -* crossref:makefiles:[makefile-lib_depends,`LIB_DEPENDS`] -* crossref:makefiles:[makefile-run_depends,`RUN_DEPENDS`] +* crossref:makefiles[makefile-fetch_depends,`FETCH_DEPENDS`] +* crossref:makefiles[makefile-extract_depends,`EXTRACT_DEPENDS`] +* crossref:makefiles[makefile-patch_depends,`PATCH_DEPENDS`] +* crossref:makefiles[makefile-build_depends,`BUILD_DEPENDS`] +* crossref:makefiles[makefile-lib_depends,`LIB_DEPENDS`] +* crossref:makefiles[makefile-run_depends,`RUN_DEPENDS`] * `TEST_DEPENDS` [[porting-order-flavors]] diff --git a/documentation/content/pt-br/books/porters-handbook/order/_index.adoc b/documentation/content/pt-br/books/porters-handbook/order/_index.adoc index c46f445ab3..0c5ed7b3b8 100644 --- a/documentation/content/pt-br/books/porters-handbook/order/_index.adoc +++ b/documentation/content/pt-br/books/porters-handbook/order/_index.adoc @@ -158,12 +158,12 @@ Se o port estiver marcado como BROKEN quando algumas condições forem atendidas Este bloco é opcional. As variáveis são: -* crossref:makefiles:[makefile-fetch_depends,`FETCH_DEPENDS`] -* crossref:makefiles:[makefile-extract_depends,`EXTRACT_DEPENDS`] -* crossref:makefiles:[makefile-patch_depends,`PATCH_DEPENDS`] -* crossref:makefiles:[makefile-build_depends,`BUILD_DEPENDS`] -* crossref:makefiles:[makefile-lib_depends,`LIB_DEPENDS`] -* crossref:makefiles:[makefile-run_depends,`RUN_DEPENDS`] +* crossref:makefiles[makefile-fetch_depends,`FETCH_DEPENDS`] +* crossref:makefiles[makefile-extract_depends,`EXTRACT_DEPENDS`] +* crossref:makefiles[makefile-patch_depends,`PATCH_DEPENDS`] +* crossref:makefiles[makefile-build_depends,`BUILD_DEPENDS`] +* crossref:makefiles[makefile-lib_depends,`LIB_DEPENDS`] +* crossref:makefiles[makefile-run_depends,`RUN_DEPENDS`] * `TEST_DEPENDS` [[porting-order-flavors]] diff --git a/documentation/content/zh-tw/books/porters-handbook/order/_index.adoc b/documentation/content/zh-tw/books/porters-handbook/order/_index.adoc index 4c362669cf..057119bed6 100644 --- a/documentation/content/zh-tw/books/porters-handbook/order/_index.adoc +++ b/documentation/content/zh-tw/books/porters-handbook/order/_index.adoc @@ -161,12 +161,12 @@ If the port is marked BROKEN when some conditions are met, and such conditions c This block is optional. The variables are: -* crossref:makefiles:[makefile-fetch_depends,`FETCH_DEPENDS`] -* crossref:makefiles:[makefile-extract_depends,`EXTRACT_DEPENDS`] -* crossref:makefiles:[makefile-patch_depends,`PATCH_DEPENDS`] -* crossref:makefiles:[makefile-build_depends,`BUILD_DEPENDS`] -* crossref:makefiles:[makefile-lib_depends,`LIB_DEPENDS`] -* crossref:makefiles:[makefile-run_depends,`RUN_DEPENDS`] +* crossref:makefiles[makefile-fetch_depends,`FETCH_DEPENDS`] +* crossref:makefiles[makefile-extract_depends,`EXTRACT_DEPENDS`] +* crossref:makefiles[makefile-patch_depends,`PATCH_DEPENDS`] +* crossref:makefiles[makefile-build_depends,`BUILD_DEPENDS`] +* crossref:makefiles[makefile-lib_depends,`LIB_DEPENDS`] +* crossref:makefiles[makefile-run_depends,`RUN_DEPENDS`] * `TEST_DEPENDS` [[porting-order-flavors]]