diff options
| author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2026-01-13 02:21:30 +0000 |
|---|---|---|
| committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2026-01-13 02:21:30 +0000 |
| commit | ce4839e8c9e66197bc8846740985172ff5990764 (patch) | |
| tree | 1425c2cbebf0c7eb65491312f270f98a4d999afb | |
| parent | 85819a4495e040dfe6da898223ef43758e9a4801 (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 859b803c020c..5a11d2d0dfb3 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -7450,12 +7450,12 @@ SUBDIR += rubygem-gitlab-labkit SUBDIR += rubygem-gitlab-license SUBDIR += rubygem-gitlab-pygments.rb - SUBDIR += rubygem-gitlab_query_language SUBDIR += rubygem-gitlab-sdk SUBDIR += rubygem-gitlab-security_report_schemas SUBDIR += rubygem-gitlab_chronic_duration SUBDIR += rubygem-gitlab_git SUBDIR += rubygem-gitlab_meta + SUBDIR += rubygem-gitlab_query_language SUBDIR += rubygem-glib2 SUBDIR += rubygem-gobject-introspection SUBDIR += rubygem-google-api-client diff --git a/sysutils/Makefile b/sysutils/Makefile index 9d97c953b161..0f486a971d27 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -741,8 +741,8 @@ SUBDIR += mmc-utils SUBDIR += mmve SUBDIR += modman - SUBDIR += modules SUBDIR += mods + SUBDIR += modules SUBDIR += mog SUBDIR += mongodb_exporter SUBDIR += monit diff --git a/textproc/Makefile b/textproc/Makefile index d3b77abe97ce..36f1c2830070 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -1747,8 +1747,8 @@ SUBDIR += py-zensical SUBDIR += py-zope.i18nmessageid SUBDIR += py-zpt - SUBDIR += qprint SUBDIR += qo + SUBDIR += qprint SUBDIR += qr SUBDIR += qrcodegen SUBDIR += qstardict |
