Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 31 Jul 2023 16:45:21 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: a6cdb94ccdfa - main - */Makefile: Sort SUBDIRs
Message-ID:  <202307311645.36VGjLfQ078794@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=a6cdb94ccdfa1813df61ea7224caa6534366ee5e

commit a6cdb94ccdfa1813df61ea7224caa6534366ee5e
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2023-07-31 16:27:17 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2023-07-31 16:39:45 +0000

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

diff --git a/emulators/Makefile b/emulators/Makefile
index 54a6cb89c720..b60e5f88483d 100644
--- a/emulators/Makefile
+++ b/emulators/Makefile
@@ -166,13 +166,13 @@
     SUBDIR += vt100
     SUBDIR += vxtools
     SUBDIR += wine
-    SUBDIR += wine7
     SUBDIR += wine-devel
     SUBDIR += wine-gecko
     SUBDIR += wine-gecko-devel
     SUBDIR += wine-mono
     SUBDIR += wine-mono-devel
     SUBDIR += wine-proton
+    SUBDIR += wine7
     SUBDIR += winetricks
     SUBDIR += x16-emulator
     SUBDIR += x16-rom



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