aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2021-04-12 15:34:29 +0000
committerMathieu Arnold <mat@FreeBSD.org>2021-04-12 15:37:52 +0000
commit1b2c3ba6a5c6021b3a27ab6c500a0f25041de6d5 (patch)
treee7a6f57ced30dc422cf92850fb14b97498975e0d
parentd3aea8d97308102fc5a5520c8e1a8b6df93db7bd (diff)
downloaddoc-1b2c3ba6a5c6021b3a27ab6c500a0f25041de6d5.tar.gz
doc-1b2c3ba6a5c6021b3a27ab6c500a0f25041de6d5.zip
Mention portfmt & portclippy.
-rw-r--r--documentation/content/en/books/porters-handbook/testing/_index.adoc9
1 files changed, 9 insertions, 0 deletions
diff --git a/documentation/content/en/books/porters-handbook/testing/_index.adoc b/documentation/content/en/books/porters-handbook/testing/_index.adoc
index 25901637df..129743efb2 100644
--- a/documentation/content/en/books/porters-handbook/testing/_index.adoc
+++ b/documentation/content/en/books/porters-handbook/testing/_index.adoc
@@ -43,6 +43,15 @@ If `make describe` produces a string rather than an error message, everything is
Also note that running a recent version of `portlint` (as specified in the next section) will cause `make describe` to be run automatically.
+[[testing-portclippy]]
+== Portclippy / Portfmt
+
+Those tools come from package:ports-mgmt/portfmt[].
+
+Portclippy is a linter that checks if variables in the [.filename]#Makefile# are in the correct order according to crossref:order[porting-order,Order of Variables in Port Makefiles].
+
+Portfmt is a tool for automatically formatting [.filename]#Makefile#.
+
[[testing-portlint]]
== Portlint