diff options
| author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2021-11-05 19:01:33 +0000 |
|---|---|---|
| committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2021-11-05 19:13:59 +0000 |
| commit | 3c480041375a21cd0118666a63b35654eda6e4a4 (patch) | |
| tree | 1453742dfd42daa6b5429180ff1ef230cfa2cd4d | |
| parent | a8e1d84eaa7aae5918c13a0546bcd97d84221311 (diff) | |
*/Makefile: Sort SUBDIRs
| -rw-r--r-- | devel/Makefile | 2 | ||||
| -rw-r--r-- | www/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/devel/Makefile b/devel/Makefile index 2a9d27eae978..60dada7c744f 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -114,13 +114,13 @@ SUBDIR += R-cran-tidyselect SUBDIR += R-cran-tinytest SUBDIR += R-cran-tzdb + SUBDIR += R-cran-usethis SUBDIR += R-cran-uuid SUBDIR += R-cran-vcd SUBDIR += R-cran-vctrs SUBDIR += R-cran-waldo SUBDIR += R-cran-whisker SUBDIR += R-cran-withr - SUBDIR += R-cran-usethis SUBDIR += R-cran-zeallot SUBDIR += RStudio SUBDIR += SpecTcl diff --git a/www/Makefile b/www/Makefile index 7ca9a48d2905..bbce2a09a5e5 100644 --- a/www/Makefile +++ b/www/Makefile @@ -108,8 +108,8 @@ SUBDIR += dillo2 SUBDIR += dojo SUBDIR += dokuwiki - SUBDIR += dolibarr13 SUBDIR += dolibarr + SUBDIR += dolibarr13 SUBDIR += domoticz SUBDIR += dooble SUBDIR += drupal7 |
