git: 33fea630f25c - stable/13 - pkgbase: Put accounting utilities in the acct package

From: Emmanuel Vadot <manu_at_FreeBSD.org>
Date: Thu, 02 Feb 2023 09:33:06 UTC
The branch stable/13 has been updated by manu:

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

commit 33fea630f25cad8f868dba9a77924ec317021b0f
Author:     Emmanuel Vadot <manu@FreeBSD.org>
AuthorDate: 2022-07-21 15:09:34 +0000
Commit:     Emmanuel Vadot <manu@FreeBSD.org>
CommitDate: 2023-02-02 09:32:54 +0000

    pkgbase: Put accounting utilities in the acct package
    
    (cherry picked from commit 0c6b2a91795167203f442a84aac2570397226e56)
---
 usr.bin/last/Makefile       | 1 +
 usr.bin/users/Makefile      | 1 +
 usr.bin/who/Makefile        | 1 +
 usr.sbin/ac/Makefile        | 1 +
 usr.sbin/lastlogin/Makefile | 1 +
 usr.sbin/utx/Makefile       | 2 +-
 6 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/usr.bin/last/Makefile b/usr.bin/last/Makefile
index 3edb032fd6c0..61a3be7ca7ac 100644
--- a/usr.bin/last/Makefile
+++ b/usr.bin/last/Makefile
@@ -2,6 +2,7 @@
 # $FreeBSD$
 
 PROG=	last
+PACKAGE=	acct
 LIBADD=	xo
 
 NO_WFORMAT=
diff --git a/usr.bin/users/Makefile b/usr.bin/users/Makefile
index ba990f890717..c1eef9c7b487 100644
--- a/usr.bin/users/Makefile
+++ b/usr.bin/users/Makefile
@@ -3,6 +3,7 @@
 
 WARNS?=		3
 PROG_CXX=	users
+PACKAGE=	acct
 CXXFLAGS+=	-fno-rtti
 
 .include <bsd.prog.mk>
diff --git a/usr.bin/who/Makefile b/usr.bin/who/Makefile
index 0478d73071a3..7065ebbd6f15 100644
--- a/usr.bin/who/Makefile
+++ b/usr.bin/who/Makefile
@@ -2,5 +2,6 @@
 # $FreeBSD$
 
 PROG=	who
+PACKAGE=	acct
 
 .include <bsd.prog.mk>
diff --git a/usr.sbin/ac/Makefile b/usr.sbin/ac/Makefile
index 0fac2fbdbab9..daade986de91 100644
--- a/usr.sbin/ac/Makefile
+++ b/usr.sbin/ac/Makefile
@@ -1,6 +1,7 @@
 # $FreeBSD$
 
 PROG=	ac
+PACKAGE=	acct
 MAN=	ac.8
 
 # If "CONSOLE_TTY" is not defined, this program is compatible with the
diff --git a/usr.sbin/lastlogin/Makefile b/usr.sbin/lastlogin/Makefile
index 7fe146ffd492..14a4cc03b5d7 100644
--- a/usr.sbin/lastlogin/Makefile
+++ b/usr.sbin/lastlogin/Makefile
@@ -1,6 +1,7 @@
 # $FreeBSD$
 
 PROG=	lastlogin
+PACKAGE=	acct
 MAN=	lastlogin.8
 LIBADD=	xo
 
diff --git a/usr.sbin/utx/Makefile b/usr.sbin/utx/Makefile
index 8177d3fe7832..c7710b2a6fcb 100644
--- a/usr.sbin/utx/Makefile
+++ b/usr.sbin/utx/Makefile
@@ -1,6 +1,6 @@
 # $FreeBSD$
 
-PACKAGE=	runtime
+PACKAGE=	acct
 
 PROG=	utx
 MAN=	utx.8