git: 68897925cad0 - stable/15 - ncurses: Move utilities to the ncurses package

From: Colin Percival <cperciva_at_FreeBSD.org>
Date: Thu, 23 Oct 2025 00:37:48 UTC
The branch stable/15 has been updated by cperciva:

URL: https://cgit.FreeBSD.org/src/commit/?id=68897925cad092db1479145abb60e1304c6ccede

commit 68897925cad092db1479145abb60e1304c6ccede
Author:     Lexi Winter <ivy@FreeBSD.org>
AuthorDate: 2025-10-17 18:41:09 +0000
Commit:     Colin Percival <cperciva@FreeBSD.org>
CommitDate: 2025-10-23 00:36:50 +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
    
    (cherry picked from commit 09a49cd49b4fecfb31b2b6677a938ef847289055)
---
 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"