diff options
| author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2026-04-05 16:40:52 +0000 |
|---|---|---|
| committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2026-04-05 17:17:54 +0000 |
| commit | e0188e3f37c76e5a8e42e6376e9cd9508efc7e16 (patch) | |
| tree | 4ad1a71bc87d6e48594e96cfc3761e6cab2cca44 | |
| parent | 9ac9525c3760fe52aa2926f8f9618faec10450e1 (diff) | |
*/Makefile: Sort SUBDIRs
| -rw-r--r-- | devel/Makefile | 4 | ||||
| -rw-r--r-- | www/Makefile | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/devel/Makefile b/devel/Makefile index 361b1551a148..8831504dda1d 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -240,8 +240,8 @@ SUBDIR += arm-none-eabi-newlib SUBDIR += aros-sdk SUBDIR += art - SUBDIR += asfml SUBDIR += asdf + SUBDIR += asfml SUBDIR += asl SUBDIR += asmjit SUBDIR += asmx @@ -968,8 +968,8 @@ SUBDIR += gstreamer1-devtools SUBDIR += gstreamer1-plugins-soup SUBDIR += gtgt - SUBDIR += gtranslator SUBDIR += gtkspellmm + SUBDIR += gtranslator SUBDIR += guichan SUBDIR += guile-lib SUBDIR += gum diff --git a/www/Makefile b/www/Makefile index f8acad5a22a2..7fed4f4fbed9 100644 --- a/www/Makefile +++ b/www/Makefile @@ -2742,8 +2742,8 @@ SUBDIR += yuicompressor SUBDIR += zenphoto SUBDIR += zerowait-httpd - SUBDIR += zine-ssg SUBDIR += zgrab2 + SUBDIR += zine-ssg SUBDIR += zola SUBDIR += zoraxy |
