diff options
| author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2024-11-15 10:16:36 +0000 |
|---|---|---|
| committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2024-11-15 10:17:17 +0000 |
| commit | b8d3e72b36d888a653f0382aa25f3fb7dcede97d (patch) | |
| tree | 102bc77287b5f0c45f571ca27721e1abf2fecda0 | |
| parent | af95c62c120e895f1e12f0ae6d49ee68f48ea806 (diff) | |
*/Makefile: Sort SUBDIRs
| -rw-r--r-- | filesystems/Makefile | 2 | ||||
| -rw-r--r-- | graphics/Makefile | 2 | ||||
| -rw-r--r-- | mail/Makefile | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/filesystems/Makefile b/filesystems/Makefile index 83e27586d262..26c9a09b0c2d 100644 --- a/filesystems/Makefile +++ b/filesystems/Makefile @@ -1,5 +1,6 @@ COMMENT = File systems and related utilities + SUBDIR += R-cran-fs SUBDIR += acfgfs SUBDIR += afuse SUBDIR += archivemount @@ -99,7 +100,6 @@ SUBDIR += py-pyfakefs SUBDIR += py-s3fs SUBDIR += py-zfs-autobackup - SUBDIR += R-cran-fs SUBDIR += rar2fs SUBDIR += rubygem-winrm-fs SUBDIR += s3backer diff --git a/graphics/Makefile b/graphics/Makefile index 46328109e893..408f7e7ab83a 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -502,8 +502,8 @@ SUBDIR += librsvg2 SUBDIR += librsvg2-rust SUBDIR += librtprocess - SUBDIR += libskiasharp SUBDIR += libsixel + SUBDIR += libskiasharp SUBDIR += libspiro SUBDIR += libspng SUBDIR += libsvgtiny diff --git a/mail/Makefile b/mail/Makefile index fe9438793a46..ece8d29c9b72 100644 --- a/mail/Makefile +++ b/mail/Makefile @@ -159,11 +159,11 @@ SUBDIR += hydroxide SUBDIR += ifile SUBDIR += im + SUBDIR += imap-tools SUBDIR += imapdedup SUBDIR += imapfilter SUBDIR += imapsync SUBDIR += imaptools - SUBDIR += imap-tools SUBDIR += imaputils SUBDIR += isbg SUBDIR += isoqlog |
