summaryrefslogtreecommitdiff
path: root/Ports
diff options
context:
space:
mode:
authorFabian Dellwing <fabian.dellwing@gmail.com>2023-04-20 07:04:35 +0200
committerJelle Raaijmakers <jelle@gmta.nl>2023-04-20 11:50:27 +0200
commitaf20b74a835ff135362817b2204f93f32be0460b (patch)
tree4f342e5ba7a85b30725bdfcadfc2c4f4d4c4f061 /Ports
parent47c5b77116a287dbd95962a3cde3d37ddf68063c (diff)
downloadserenity-af20b74a835ff135362817b2204f93f32be0460b.zip
Ports: Add more supported functions to README
Diffstat (limited to 'Ports')
-rw-r--r--Ports/README.md5
1 files changed, 4 insertions, 1 deletions
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`