aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenedict Reuschling <bcr@FreeBSD.org>2023-10-05 14:50:01 +0000
committerBenedict Reuschling <bcr@FreeBSD.org>2023-10-05 14:50:01 +0000
commit4b80089646c12aabda4d07ec7e04423947fc611a (patch)
tree0efc75ae12dd2996ac9546de3b0de7e6f5378a3f
parent2b229d71ecd6d751c649b5c26013547fe9574934 (diff)
downloaddoc-4b80089646.tar.gz
doc-4b80089646.zip
Remove whitespace at end of line, no content change
-rw-r--r--documentation/content/en/books/porters-handbook/slow-porting/_index.adoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/content/en/books/porters-handbook/slow-porting/_index.adoc b/documentation/content/en/books/porters-handbook/slow-porting/_index.adoc
index 52ea08e001..f1e43bde35 100644
--- a/documentation/content/en/books/porters-handbook/slow-porting/_index.adoc
+++ b/documentation/content/en/books/porters-handbook/slow-porting/_index.adoc
@@ -277,7 +277,7 @@ DOS2UNIX_WRKSRC= ${WRKDIR}
[[slow-patch-extra]]
=== Patching Conditionally
-Some ports need patches that are only applied for specific FreeBSD versions or when a particular option is enabled or disabled.
+Some ports need patches that are only applied for specific FreeBSD versions or when a particular option is enabled or disabled.
Conditional patches are specified by placing the full paths to the patch files in `EXTRA_PATCHES`.
Conditional patch file names usually start with [.filename]#extra-# although this is not necessary.
However, their file names _must not_ start with [.filename]#patch-#.