git: 215a9bb1c1a9 - main - */Makefile: Sort SUBDIRs

Po-Chuan Hsieh sunpoet at FreeBSD.org
Wed Jun 30 20:45:25 UTC 2021


The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=215a9bb1c1a92ce2f9f62f5eb8389f419c3c8505

commit 215a9bb1c1a92ce2f9f62f5eb8389f419c3c8505
Author:     Po-Chuan Hsieh <sunpoet at FreeBSD.org>
AuthorDate: 2021-06-30 20:27:09 +0000
Commit:     Po-Chuan Hsieh <sunpoet at FreeBSD.org>
CommitDate: 2021-06-30 20:43:29 +0000

    */Makefile: Sort SUBDIRs
---
 databases/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/databases/Makefile b/databases/Makefile
index 3ebbe65b894e..bc80aeaf5bb7 100644
--- a/databases/Makefile
+++ b/databases/Makefile
@@ -73,10 +73,10 @@
     SUBDIR += evolution-data-server
     SUBDIR += fastdb
     SUBDIR += firebird25-client
-    SUBDIR += firebird30-client
-    SUBDIR += firebird40-client
     SUBDIR += firebird25-server
+    SUBDIR += firebird30-client
     SUBDIR += firebird30-server
+    SUBDIR += firebird40-client
     SUBDIR += firebird40-server
     SUBDIR += fortytwo-bdb
     SUBDIR += foundationdb


More information about the dev-commits-ports-main mailing list