diff options
author | Fabian Dellwing <fabian.dellwing@gmail.com> | 2023-04-20 07:04:35 +0200 |
---|---|---|
committer | Jelle Raaijmakers <jelle@gmta.nl> | 2023-04-20 11:50:27 +0200 |
commit | af20b74a835ff135362817b2204f93f32be0460b (patch) | |
tree | 4f342e5ba7a85b30725bdfcadfc2c4f4d4c4f061 | |
parent | 47c5b77116a287dbd95962a3cde3d37ddf68063c (diff) | |
download | serenity-af20b74a835ff135362817b2204f93f32be0460b.zip |
Ports: Add more supported functions to README
-rw-r--r-- | Ports/README.md | 5 |
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` |