Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 11 Oct 2023 12:59:29 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: cda33f6c5d52 - main - */Makefile: Sort SUBDIRs
Message-ID:  <202310111259.39BCxTkI035891@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=cda33f6c5d52e0d66ba3747f1bc8a1d890956afa

commit cda33f6c5d52e0d66ba3747f1bc8a1d890956afa
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2023-10-11 12:48:50 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2023-10-11 12:48:50 +0000

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

diff --git a/x11/Makefile b/x11/Makefile
index 586839699988..5838dd74c078 100644
--- a/x11/Makefile
+++ b/x11/Makefile
@@ -610,11 +610,11 @@
     SUBDIR += xtrans
     SUBDIR += xtrlock
     SUBDIR += xtset
+    SUBDIR += xvattr
     SUBDIR += xvidtune
     SUBDIR += xvinfo
     SUBDIR += xvkbd
     SUBDIR += xvmcinfo
-    SUBDIR += xvattr
     SUBDIR += xvt
     SUBDIR += xwatchwin
     SUBDIR += xwd



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