Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 30 Jun 2021 07:25:00 GMT
From:      Emmanuel Vadot <manu@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: d130523e840c - stable/13 - pkgbase: Put chio in utilities
Message-ID:  <202106300725.15U7P0vx084289@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch stable/13 has been updated by manu:

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

commit d130523e840c269240c38b4f84c46035294651af
Author:     Emmanuel Vadot <manu@FreeBSD.org>
AuthorDate: 2021-06-19 15:49:44 +0000
Commit:     Emmanuel Vadot <manu@FreeBSD.org>
CommitDate: 2021-06-30 07:24:32 +0000

    pkgbase: Put chio in utilities
    
    No need to bloat runtime with this utility.
    
    Differential Revision:  https://reviews.freebsd.org/D30753
    Sponsored by:   Diablotin Systems
---
 bin/chio/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/chio/Makefile b/bin/chio/Makefile
index ddb07d968129..a88e7df4604c 100644
--- a/bin/chio/Makefile
+++ b/bin/chio/Makefile
@@ -1,7 +1,7 @@
 # $FreeBSD$
 #	@(#)Makefile	8.1 (Berkeley) 6/6/93
 
-PACKAGE=runtime
+PACKAGE=utilities
 PROG=	chio
 
 .include <bsd.prog.mk>



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