git: 09a49cd49b4f - main - ncurses: Move utilities to the ncurses package
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 17 Oct 2025 19:13:59 UTC
The branch main has been updated by ivy:
URL: https://cgit.FreeBSD.org/src/commit/?id=09a49cd49b4fecfb31b2b6677a938ef847289055
commit 09a49cd49b4fecfb31b2b6677a938ef847289055
Author: Lexi Winter <ivy@FreeBSD.org>
AuthorDate: 2025-10-17 18:41:09 +0000
Commit: Lexi Winter <ivy@FreeBSD.org>
CommitDate: 2025-10-17 19:13:13 +0000
ncurses: Move utilities to the ncurses package
MFC after: 3 days
Reviewed by: manu, kevans
Sponsored by: https://www.patreon.com/bsdivy
Differential Revision: https://reviews.freebsd.org/D53163
---
usr.bin/ncurses/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/usr.bin/ncurses/Makefile b/usr.bin/ncurses/Makefile
index 33001e6ab568..1ed8a2d9a915 100644
--- a/usr.bin/ncurses/Makefile
+++ b/usr.bin/ncurses/Makefile
@@ -1,4 +1,4 @@
-PACKAGE= runtime
+PACKAGE= ncurses
.include <bsd.own.mk>
.include "${SRCTOP}/lib/ncurses/config.mk"