diff options
| author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2024-04-08 06:08:56 +0000 |
|---|---|---|
| committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2024-04-08 06:08:56 +0000 |
| commit | 5ac9c844b0b767ccd98ad35cb17111ab3ffb5f9e (patch) | |
| tree | 5c38cb0abf0cbf682af6ef3f4a994bcd26696b58 | |
| parent | a79650abf58e4e980e0db5d4850dc70f3849f922 (diff) | |
*/Makefile: Sort SUBDIRs
| -rw-r--r-- | devel/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
