diff options
| author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2026-04-18 21:17:11 +0000 |
|---|---|---|
| committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2026-04-18 21:17:11 +0000 |
| commit | a141f617d828b1c7370ac04652d3294de3da20ab (patch) | |
| tree | 22f6ba4e1ea401053967ae1f5ddcccb15849b796 | |
| parent | b76db8c3fd09b71f3867f909a832364f51f6d6b2 (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 07b368a2fdf8..28d8be0b3225 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -6097,9 +6097,9 @@ SUBDIR += py-sre-yield SUBDIR += py-srsly SUBDIR += py-stack-data + SUBDIR += py-standard-imghdr SUBDIR += py-statgrab SUBDIR += py-statsd - SUBDIR += py-standard-imghdr SUBDIR += py-stdlib-list SUBDIR += py-stdlibs SUBDIR += py-stdnum |
