diff options
| author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2025-04-09 13:47:53 +0000 |
|---|---|---|
| committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2025-04-09 13:47:53 +0000 |
| commit | 37a98fa262238be232cc4b3cfa6694250b219fc3 (patch) | |
| tree | 307028f75c824cc871835a71284ed4d5cda04fd4 | |
| parent | 7ab8ec4cbe3789b04e1ed6ee27b1f9ea2819fdad (diff) | |
*/Makefile: Sort SUBDIRs
| -rw-r--r-- | devel/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/Makefile b/devel/Makefile index 803902cbc691..314b29b22fc7 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -6148,8 +6148,8 @@ SUBDIR += py-websockets SUBDIR += py-websockify SUBDIR += py-wheel - SUBDIR += py-wheel044 SUBDIR += py-wheel-filename + SUBDIR += py-wheel044 SUBDIR += py-whichcraft SUBDIR += py-whistle SUBDIR += py-widgetsnbextension |
