Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 3 Dec 2024 17:41:15 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: b6e76f89ec90 - main - */Makefile: Sort SUBDIRs
Message-ID:  <202412031741.4B3HfFq0095053@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by sunpoet:

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

commit b6e76f89ec904b129a3c9a885b4655a3b1a36b9c
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2024-12-03 17:29:08 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2024-12-03 17:29:08 +0000

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

diff --git a/astro/Makefile b/astro/Makefile
index d1b90007b25e..ccf65dd974e9 100644
--- a/astro/Makefile
+++ b/astro/Makefile
@@ -85,8 +85,8 @@
     SUBDIR += py-astral
     SUBDIR += py-astroML
     SUBDIR += py-astropy
-    SUBDIR += py-astropy-iers-data
     SUBDIR += py-astropy-helpers
+    SUBDIR += py-astropy-iers-data
     SUBDIR += py-ephem
     SUBDIR += py-extension-helpers
     SUBDIR += py-fitsio


home | help

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