diff options
| author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2022-01-28 22:44:15 +0000 |
|---|---|---|
| committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2022-01-28 23:26:34 +0000 |
| commit | 40159dc4fb5273245b90cf57e0b0d5ccd2925a71 (patch) | |
| tree | a675368da524946846007a8388ad79b0cf1f8ba2 | |
| parent | 452686d952db4bed35aeb4f1ea501cd2d7917f64 (diff) | |
*/Makefile: Sort SUBDIRs
| -rw-r--r-- | sysutils/Makefile | 2 | ||||
| -rw-r--r-- | textproc/Makefile | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/sysutils/Makefile b/sysutils/Makefile index 9a625f755b56..938b77a2529f 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -41,12 +41,12 @@ SUBDIR += android-file-transfer-qt5 SUBDIR += angrysearch SUBDIR += ansible - SUBDIR += ansible4 SUBDIR += ansible-iocage SUBDIR += ansible-kld SUBDIR += ansible-sshjail SUBDIR += ansible-sysrc SUBDIR += ansible2 + SUBDIR += ansible4 SUBDIR += anvil SUBDIR += apache-mesos SUBDIR += apachetop diff --git a/textproc/Makefile b/textproc/Makefile index b0029c02e458..6e46a82f52b2 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -449,8 +449,8 @@ SUBDIR += mdbook SUBDIR += mdbook-linkcheck SUBDIR += mdocml - SUBDIR += meld SUBDIR += meilisearch + SUBDIR += meld SUBDIR += mergestat SUBDIR += metauml SUBDIR += mgdiff @@ -1702,8 +1702,8 @@ SUBDIR += rubygem-minima SUBDIR += rubygem-multi_xml SUBDIR += rubygem-nokogiri - SUBDIR += rubygem-nokogiri111 SUBDIR += rubygem-nokogiri-diff + SUBDIR += rubygem-nokogiri111 SUBDIR += rubygem-nokogumbo SUBDIR += rubygem-octopress-escape-code SUBDIR += rubygem-opml |
