diff options
| author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2026-05-12 07:15:39 +0000 |
|---|---|---|
| committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2026-05-12 09:06:05 +0000 |
| commit | 03e08d98153bdb553c2eb5a3ce995a8e493dfe08 (patch) | |
| tree | 1ee316969ac54b49440251bb1de5e1c0f9be1037 | |
| parent | 0c9fcf79d68d108740a534f4c09c44eae7ac06c3 (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 2e636af53c9b..823f82723cf2 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -4849,8 +4849,8 @@ SUBDIR += py-datadog SUBDIR += py-dataflows-tabulator SUBDIR += py-datapackage - SUBDIR += py-datashape SUBDIR += py-datasette + SUBDIR += py-datashape SUBDIR += py-datatest SUBDIR += py-dateparser SUBDIR += py-dateutils |
