git: f4d71ad6914c - main - */Makefile: Sort SUBDIRs
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 27 Nov 2024 02:40:23 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=f4d71ad6914c981da2ec1ec245b0c707a53e6f32 commit f4d71ad6914c981da2ec1ec245b0c707a53e6f32 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2024-11-27 02:32:12 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2024-11-27 02:32:12 +0000 */Makefile: Sort SUBDIRs --- devel/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devel/Makefile b/devel/Makefile index b7c05a6aed57..4218f8eecacf 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -829,8 +829,8 @@ SUBDIR += git-extras SUBDIR += git-filter-repo SUBDIR += git-filter-repo-devel - SUBDIR += git-gui SUBDIR += git-graph + SUBDIR += git-gui SUBDIR += git-lab SUBDIR += git-lfs SUBDIR += git-merge-changelog