Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 1 Dec 2023 22:17:13 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: c6ed42b6af3f - main - */Makefile: Sort SUBDIRs
Message-ID:  <202312012217.3B1MHD87037042@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=c6ed42b6af3f8a17355ec18cb00773068e91445a

commit c6ed42b6af3f8a17355ec18cb00773068e91445a
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2023-12-01 21:50:29 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2023-12-01 22:11:24 +0000

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

diff --git a/x11/Makefile b/x11/Makefile
index 8e22cfb1a92c..f30684e53eb1 100644
--- a/x11/Makefile
+++ b/x11/Makefile
@@ -621,8 +621,8 @@
     SUBDIR += xvmcinfo
     SUBDIR += xvt
     SUBDIR += xwatchwin
-    SUBDIR += xwaylandvideobridge
     SUBDIR += xwayland-run
+    SUBDIR += xwaylandvideobridge
     SUBDIR += xwd
     SUBDIR += xwininfo
     SUBDIR += xwinwrap



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