From af20b74a835ff135362817b2204f93f32be0460b Mon Sep 17 00:00:00 2001 From: Fabian Dellwing Date: Thu, 20 Apr 2023 07:04:35 +0200 Subject: [PATCH] Ports: Add more supported functions to README --- Ports/README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Ports/README.md b/Ports/README.md index 303cdc44c2..560989b42f 100644 --- a/Ports/README.md +++ b/Ports/README.md @@ -316,9 +316,12 @@ mostly match the [available options](#options): - `pre_fetch` - `post_fetch` +- `pre_patch` - `pre_configure` -- `configure`. +- `configure` +- `post_configure` - `build` +- `pre_install` - `install` - `post_install` - `clean`