diff options
| author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2025-06-13 05:10:00 +0000 |
|---|---|---|
| committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2025-06-13 06:01:45 +0000 |
| commit | 04ae4ae094aa243f51b1373fe11cdd1d0a41c683 (patch) | |
| tree | c34de12e01b6e5d71131d2ac153678fa32662fda | |
| parent | 51df6b67ed7337b30a9b988f2eb398ef01578ae7 (diff) | |
*/Makefile: Sort SUBDIRs
| -rw-r--r-- | biology/Makefile | 2 | ||||
| -rw-r--r-- | devel/Makefile | 2 | ||||
| -rw-r--r-- | textproc/Makefile | 2 | ||||
| -rw-r--r-- | x11/Makefile | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/biology/Makefile b/biology/Makefile index eafb7136ce09..590109724958 100644 --- a/biology/Makefile +++ b/biology/Makefile @@ -194,8 +194,8 @@ SUBDIR += py-pandas-charm SUBDIR += py-py2bit SUBDIR += py-pybigwig - SUBDIR += py-pyfaidx SUBDIR += py-pydeseq2 + SUBDIR += py-pyfaidx SUBDIR += py-pyrodigal SUBDIR += py-pysam SUBDIR += py-python-libsbml diff --git a/devel/Makefile b/devel/Makefile index 23a7415ad381..cac489310cf5 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -1263,7 +1263,6 @@ SUBDIR += libcutl SUBDIR += libcwd SUBDIR += libdaemon - SUBDIR += libdex SUBDIR += libdap SUBDIR += libdatadog SUBDIR += libdatovka @@ -1273,6 +1272,7 @@ SUBDIR += libdbusmenu-qt SUBDIR += libddoc SUBDIR += libddwaf + SUBDIR += libdex SUBDIR += libdfui SUBDIR += libdill SUBDIR += libdisasm diff --git a/textproc/Makefile b/textproc/Makefile index 5eca170df091..83a955d7d099 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -1515,8 +1515,8 @@ SUBDIR += py-pyaml SUBDIR += py-pybtex SUBDIR += py-pybtex-docutils - SUBDIR += py-pycountry SUBDIR += py-pycddl + SUBDIR += py-pycountry SUBDIR += py-pydata-sphinx-theme SUBDIR += py-pyexcel SUBDIR += py-pyexcel-ezodf diff --git a/x11/Makefile b/x11/Makefile index 4d66a3cb653a..72e614cf80cc 100644 --- a/x11/Makefile +++ b/x11/Makefile @@ -5,8 +5,8 @@ SUBDIR += 9menu SUBDIR += aclip SUBDIR += admiral - SUBDIR += alacritty SUBDIR += alacarte + SUBDIR += alacritty SUBDIR += albert SUBDIR += alttab SUBDIR += aminal |
