diff options
| author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2022-12-30 08:34:21 +0000 |
|---|---|---|
| committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2022-12-30 09:03:56 +0000 |
| commit | 3acf695994b099b00b879cbc453179a8842ad250 (patch) | |
| tree | 0f76eee079f8355a28b844609f8478f0c15aa356 | |
| parent | f9080cec69db09ce08dc72da892cc830fdbfe231 (diff) | |
*/Makefile: Sort SUBDIRs
| -rw-r--r-- | textproc/Makefile | 2 | ||||
| -rw-r--r-- | www/Makefile | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index 6dfe402c7852..53bfa12e2f32 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -503,9 +503,9 @@ SUBDIR += openfts SUBDIR += openjade SUBDIR += opensearch - SUBDIR += opensearch13 SUBDIR += opensearch-dashboards SUBDIR += opensearch-dashboards13 + SUBDIR += opensearch13 SUBDIR += opensp SUBDIR += openvanilla-framework SUBDIR += or-aspell diff --git a/www/Makefile b/www/Makefile index cee43a92a80c..4facfd7cfe66 100644 --- a/www/Makefile +++ b/www/Makefile @@ -118,11 +118,11 @@ SUBDIR += dolibarr15 SUBDIR += domoticz SUBDIR += dooble + SUBDIR += drupal10 SUBDIR += drupal7 SUBDIR += drupal7-wysiwyg SUBDIR += drupal8 SUBDIR += drupal9 - SUBDIR += drupal10 SUBDIR += drush SUBDIR += dtse SUBDIR += dufs @@ -1819,8 +1819,8 @@ SUBDIR += rearx SUBDIR += redmine42 SUBDIR += redmine50 - SUBDIR += remark42 SUBDIR += rejik + SUBDIR += remark42 SUBDIR += reportmagic SUBDIR += repos-style SUBDIR += reproxy |
