Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 8 Oct 2023 11:51:49 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: 13511f8279de - main - */Makefile: Sort SUBDIRs
Message-ID:  <202310081151.398BpnDe033526@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=13511f8279de34e2d0d760c924a029df38d0dca1

commit 13511f8279de34e2d0d760c924a029df38d0dca1
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2023-10-08 11:40:51 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2023-10-08 11:40:51 +0000

    */Makefile: Sort SUBDIRs
---
 mail/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mail/Makefile b/mail/Makefile
index eb9e54f19809..603b7e0131b0 100644
--- a/mail/Makefile
+++ b/mail/Makefile
@@ -27,13 +27,13 @@
     SUBDIR += bayespam
     SUBDIR += bbmail
     SUBDIR += biabam
-    SUBDIR += bsd-vacation
     SUBDIR += bincimap
     SUBDIR += bmf
     SUBDIR += bogofilter
     SUBDIR += bogofilter-bdb
     SUBDIR += bogofilter-kc
     SUBDIR += bogofilter-sqlite
+    SUBDIR += bsd-vacation
     SUBDIR += bsfilter
     SUBDIR += bsmtp
     SUBDIR += bulk_mailer



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