diff options
| author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2025-10-27 14:25:23 +0000 |
|---|---|---|
| committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2025-10-27 14:25:23 +0000 |
| commit | 195d9441eab06b4c38f970b276611a39ec0c69ee (patch) | |
| tree | 9db7bc7fc74c6c30c7da6fd83269c5f74db170de | |
| parent | 2f8dc702c756b4c7b352a8580aebc5abdeec263e (diff) | |
*/Makefile: Sort SUBDIRs
| -rw-r--r-- | devel/Makefile | 2 | ||||
| -rw-r--r-- | sysutils/Makefile | 2 | ||||
| -rw-r--r-- | textproc/Makefile | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/devel/Makefile b/devel/Makefile index 35f740820707..8c164e17a8ab 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -910,8 +910,8 @@ SUBDIR += gnustep-make SUBDIR += go-bindata SUBDIR += go-bindata-assetfs - SUBDIR += go-git SUBDIR += go-critic + SUBDIR += go-git SUBDIR += go-mode.el SUBDIR += go-perf SUBDIR += go-tools diff --git a/sysutils/Makefile b/sysutils/Makefile index 6b98cf690792..178156d18e58 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -1257,9 +1257,9 @@ SUBDIR += rubygem-win32-file-security SUBDIR += rubygem-win32-file-stat SUBDIR += rubygem-winrm - SUBDIR += rubygem-winrm-gitlab SUBDIR += rubygem-winrm-elevated SUBDIR += rubygem-winrm-elevated-gitlab + SUBDIR += rubygem-winrm-gitlab SUBDIR += rubygem-yell SUBDIR += runas SUBDIR += rundeck diff --git a/textproc/Makefile b/textproc/Makefile index 03d54fe3cbe8..e03f9453232c 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -234,8 +234,8 @@ SUBDIR += gdome2 SUBDIR += gh-grep SUBDIR += git-chglog - SUBDIR += gitlab-elasticsearch-indexer SUBDIR += gitlab-code-parser + SUBDIR += gitlab-elasticsearch-indexer SUBDIR += gitlab-zoekt-indexer SUBDIR += gl-aspell SUBDIR += gladtex |
