diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2022-11-30 19:55:28 +0000 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2022-11-30 21:23:41 +0000 |
commit | 092f7897b7f7abbc61908b3a76cfee1c29e70b19 (patch) | |
tree | 3fa706d694cb3405ef6700f2db097f70bec4ce79 | |
parent | cc86ba67f420b7df58a9675411d41cc3373acc9c (diff) |
*/Makefile: Sort SUBDIRs
-rw-r--r-- | databases/Makefile | 2 | ||||
-rw-r--r-- | www/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/databases/Makefile b/databases/Makefile index 909d5682b01b..ab32261e79b9 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -1005,8 +1005,8 @@ SUBDIR += rubygem-redis-namespace SUBDIR += rubygem-redis-namespace18 SUBDIR += rubygem-redis4 - SUBDIR += rubygem-sdbm SUBDIR += rubygem-scenic61 + SUBDIR += rubygem-sdbm SUBDIR += rubygem-seed-fu SUBDIR += rubygem-sqlite3 SUBDIR += rubygem-sqlite3-ruby diff --git a/www/Makefile b/www/Makefile index f91a4fb40138..192b5380d239 100644 --- a/www/Makefile +++ b/www/Makefile @@ -2125,8 +2125,8 @@ SUBDIR += rubygem-robots SUBDIR += rubygem-roda SUBDIR += rubygem-rqrcode - SUBDIR += rubygem-rqrcode2 SUBDIR += rubygem-rqrcode-rails3 + SUBDIR += rubygem-rqrcode2 SUBDIR += rubygem-rqrcode_core SUBDIR += rubygem-rss SUBDIR += rubygem-rtlit |