diff options
| author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2025-02-19 11:44:28 +0000 |
|---|---|---|
| committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2025-02-19 11:44:28 +0000 |
| commit | 87ff43214204caa3434ca0b55a26f8eb8dc7db95 (patch) | |
| tree | c169457bcbd4a39d30d4d4ae5714be47b64d8ab0 | |
| parent | dbe1b49d129dda4e80235cf4bc604b14c8a7a061 (diff) | |
*/Makefile: Sort SUBDIRs
| -rw-r--r-- | graphics/Makefile | 2 | ||||
| -rw-r--r-- | math/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/graphics/Makefile b/graphics/Makefile index 6486ae7e4a8d..0bf7a147be9a 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -1264,8 +1264,8 @@ SUBDIR += xfractint SUBDIR += xglurbules SUBDIR += xgrasp - SUBDIR += ximaging SUBDIR += xiccd + SUBDIR += ximaging SUBDIR += xli SUBDIR += xmedcon SUBDIR += xmlgraphics-commons diff --git a/math/Makefile b/math/Makefile index 4a82557ebc39..eb554da4be4e 100644 --- a/math/Makefile +++ b/math/Makefile @@ -563,8 +563,8 @@ SUBDIR += octave-forge-biosig SUBDIR += octave-forge-bsltl SUBDIR += octave-forge-cfitsio - SUBDIR += octave-forge-chartjs SUBDIR += octave-forge-cgi + SUBDIR += octave-forge-chartjs SUBDIR += octave-forge-civil-engineering SUBDIR += octave-forge-coder SUBDIR += octave-forge-communications |
