diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2024-02-21 14:11:51 +0000 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2024-02-21 15:06:02 +0000 |
commit | 84fbd11805d546a55259562f771f336130d55b5a (patch) | |
tree | 804df542d467b899cd130801e685bb461d849ebb | |
parent | 5ef61de221a30deef28bb00a4af987119d9afc26 (diff) | |
download | ports-84fbd11805d546a55259562f771f336130d55b5a.tar.gz ports-84fbd11805d546a55259562f771f336130d55b5a.zip |
*/Makefile: Sort SUBDIRs
-rw-r--r-- | devel/Makefile | 2 | ||||
-rw-r--r-- | security/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/devel/Makefile b/devel/Makefile index f10d96a066f4..51f87e559a17 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -3756,8 +3756,8 @@ SUBDIR += p5-Type-Tiny-XS SUBDIR += p5-Types-Core SUBDIR += p5-Types-Path-Tiny - SUBDIR += p5-Types-Serialiser SUBDIR += p5-Types-Self + SUBDIR += p5-Types-Serialiser SUBDIR += p5-Types-URI SUBDIR += p5-Types-UUID SUBDIR += p5-UDCode diff --git a/security/Makefile b/security/Makefile index ce2be1b05b15..33e6b3715b06 100644 --- a/security/Makefile +++ b/security/Makefile @@ -67,8 +67,8 @@ SUBDIR += ca_root_nss SUBDIR += caesarcipher SUBDIR += caldera - SUBDIR += caldera4 SUBDIR += caldera-ot + SUBDIR += caldera4 SUBDIR += calife SUBDIR += cardpeek SUBDIR += cargo-audit |