Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 8 Apr 2024 06:09:06 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: 5ac9c844b0b7 - main - */Makefile: Sort SUBDIRs
Message-ID:  <202404080609.438696ct065745@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=5ac9c844b0b767ccd98ad35cb17111ab3ffb5f9e

commit 5ac9c844b0b767ccd98ad35cb17111ab3ffb5f9e
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2024-04-08 06:08:56 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2024-04-08 06:08:56 +0000

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

diff --git a/devel/Makefile b/devel/Makefile
index c6ca8af6c5b9..ab85c7bf90b6 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -131,8 +131,8 @@
     SUBDIR += R-cran-sessioninfo
     SUBDIR += R-cran-sfsmisc
     SUBDIR += R-cran-sourcetools
-    SUBDIR += R-cran-systemfonts
     SUBDIR += R-cran-sys
+    SUBDIR += R-cran-systemfonts
     SUBDIR += R-cran-testit
     SUBDIR += R-cran-testthat
     SUBDIR += R-cran-tibble



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