Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 30 Apr 2026 11:57:38 +0000
From:      Vladimir Druzenko <vvd@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: a093188df8d8 - main - emulators/Makefile: Sort SUBDIRs
Message-ID:  <69f343b2.22c6f.56b1d31e@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by vvd:

URL: https://cgit.FreeBSD.org/ports/commit/?id=a093188df8d8db8b7d55fe6b9566d8717538487d

commit a093188df8d8db8b7d55fe6b9566d8717538487d
Author:     Vladimir Druzenko <vvd@FreeBSD.org>
AuthorDate: 2026-04-30 11:53:32 +0000
Commit:     Vladimir Druzenko <vvd@FreeBSD.org>
CommitDate: 2026-04-30 11:57:33 +0000

    emulators/Makefile: Sort SUBDIRs
    
    Sponsored by:   UNIS Labs
---
 emulators/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/emulators/Makefile b/emulators/Makefile
index a37b70dacccb..f39333180844 100644
--- a/emulators/Makefile
+++ b/emulators/Makefile
@@ -30,8 +30,8 @@
     SUBDIR += edumips64
     SUBDIR += einstein-newton
     SUBDIR += elliott-803
-    SUBDIR += emulationstation
     SUBDIR += emu64
+    SUBDIR += emulationstation
     SUBDIR += emutos
     SUBDIR += es-de
     SUBDIR += fbneo


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69f343b2.22c6f.56b1d31e>