diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2023-11-27 10:00:33 +0000 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2023-11-27 10:28:02 +0000 |
commit | da90ba38f0297fc4eeb4accbb35758a21ea150bf (patch) | |
tree | 80d49ebbcf9e8feacfcf8c5ea5b4da64835a8c21 | |
parent | 764e6dc0c0374bdd9a6a0b09aa4089d9babc873f (diff) | |
download | ports-da90ba38f0297fc4eeb4accbb35758a21ea150bf.tar.gz ports-da90ba38f0297fc4eeb4accbb35758a21ea150bf.zip |
*/Makefile: Sort SUBDIRs
-rw-r--r-- | comms/Makefile | 2 | ||||
-rw-r--r-- | sysutils/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/comms/Makefile b/comms/Makefile index 18493b165bfc..fa5c1ad6a465 100644 --- a/comms/Makefile +++ b/comms/Makefile @@ -27,8 +27,8 @@ SUBDIR += cwdaemon SUBDIR += cwstudio SUBDIR += cyclonedds - SUBDIR += deforaos-phone SUBDIR += dcf77pi + SUBDIR += deforaos-phone SUBDIR += dfu-programmer SUBDIR += dfu-util SUBDIR += digiham diff --git a/sysutils/Makefile b/sysutils/Makefile index 47eebcac197f..a058c8a17b30 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -871,6 +871,7 @@ SUBDIR += p5-BSD-getloadavg SUBDIR += p5-BackupPC-XS SUBDIR += p5-Brackup + SUBDIR += p5-Command-Runner SUBDIR += p5-Device-RAID-Poller SUBDIR += p5-Dir-Purge SUBDIR += p5-File-BackupCopy @@ -1065,7 +1066,6 @@ SUBDIR += pwsafe SUBDIR += pxattr SUBDIR += pxp-agent - SUBDIR += p5-Command-Runner SUBDIR += py-ansible-compat SUBDIR += py-ansible-core SUBDIR += py-ansible-lint |