Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 25 Jan 2024 19:45:18 GMT
From:      Cy Schubert <cy@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: fa11a5d4acee - main - sysutils/Makefile: Correct SUBDIR name
Message-ID:  <202401251945.40PJjIC0028850@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by cy:

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

commit fa11a5d4acee3fb00603a96cc371e1c02c96d7f3
Author:     Cy Schubert <cy@FreeBSD.org>
AuthorDate: 2024-01-25 19:44:11 +0000
Commit:     Cy Schubert <cy@FreeBSD.org>
CommitDate: 2024-01-25 19:44:11 +0000

    sysutils/Makefile: Correct SUBDIR name
    
    The name was not updated using git commit --amend prior to push.
---
 sysutils/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sysutils/Makefile b/sysutils/Makefile
index 6b1c91cb8e8e..bcfdee9df7d6 100644
--- a/sysutils/Makefile
+++ b/sysutils/Makefile
@@ -1,6 +1,5 @@
     COMMENT = System utilities
 
-    SUBDIR += FreeBSD-bsdlabel
     SUBDIR += 3dm
     SUBDIR += 3mux
     SUBDIR += 44bsd-more
@@ -425,6 +424,7 @@
     SUBDIR += fortunelock
     SUBDIR += fpart
     SUBDIR += frand
+    SUBDIR += freebsd-bsdlabel
     SUBDIR += freebsd-snapshot
     SUBDIR += freecolor
     SUBDIR += freedt



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