git: 069ebe6fbae5 - main - pkgbase: Put less in FreeBSD-runtime

From: Emmanuel Vadot <manu_at_FreeBSD.org>
Date: Wed, 26 Oct 2022 17:49:12 UTC
The branch main has been updated by manu:

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

commit 069ebe6fbae56a70058d24db4d6e310f1f916733
Author:     Emmanuel Vadot <manu@FreeBSD.org>
AuthorDate: 2022-08-16 19:25:38 +0000
Commit:     Emmanuel Vadot <manu@FreeBSD.org>
CommitDate: 2022-10-26 17:46:43 +0000

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

diff --git a/usr.bin/less/Makefile b/usr.bin/less/Makefile
index 630750c3e117..27415573a8ee 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 \