git: 20cfc902d911 - stable/13 - pkgbase: Put less in FreeBSD-runtime

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

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

commit 20cfc902d911add0dff31c8b22c20dbc8bf275c3
Author:     Emmanuel Vadot <manu@FreeBSD.org>
AuthorDate: 2022-08-16 19:25:38 +0000
Commit:     Emmanuel Vadot <manu@FreeBSD.org>
CommitDate: 2023-02-02 09:32:56 +0000

    pkgbase: Put less in FreeBSD-runtime
    
    Useful to have a pager in it.
    
    Differential Revision:  https://reviews.freebsd.org/D36231
    
    (cherry picked from commit 069ebe6fbae56a70058d24db4d6e310f1f916733)
---
 usr.bin/less/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/usr.bin/less/Makefile b/usr.bin/less/Makefile
index 08c5249598f9..012554401d20 100644
--- a/usr.bin/less/Makefile
+++ b/usr.bin/less/Makefile
@@ -1,5 +1,6 @@
 # $FreeBSD$
 
+PACKAGE=	runtime
 PROG=	less
 SRCS=	main.c screen.c brac.c ch.c charset.c cmdbuf.c command.c cvt.c \
 	decode.c edit.c filename.c forwback.c help.c ifile.c input.c \