Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 30 Jun 2021 20:45:24 GMT
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 215a9bb1c1a9 - main - */Makefile: Sort SUBDIRs
Message-ID:  <202106302045.15UKjOAX053242@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet:

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

commit 215a9bb1c1a92ce2f9f62f5eb8389f419c3c8505
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2021-06-30 20:27:09 +0000
Commit:     Po-Chuan Hsieh <sunpoet@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202106302045.15UKjOAX053242>