git: ef2b8edd0328 - stable/13 - pkgbase: Put libbsdxml in FreeBSD-runtime

From: Emmanuel Vadot <manu_at_FreeBSD.org>
Date: Wed, 05 Jan 2022 17:24:14 UTC
The branch stable/13 has been updated by manu:

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

commit ef2b8edd0328cd25f6843312b999e8398808361e
Author:     Emmanuel Vadot <manu@FreeBSD.org>
AuthorDate: 2021-09-01 18:25:50 +0000
Commit:     Emmanuel Vadot <manu@FreeBSD.org>
CommitDate: 2022-01-05 17:23:50 +0000

    pkgbase: Put libbsdxml in FreeBSD-runtime
    
    libbsdxml is used by a lot of programs so just put it in FreeBSD-runtime.
    
    Differential Revision: https://reviews.freebsd.org/D31800
    Reviewed by: emaste
    
    (cherry picked from commit 30975efbaff0a021545e81bd9fa09d848edfaafa)
---
 lib/libexpat/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/libexpat/Makefile b/lib/libexpat/Makefile
index d79afc53c865..5cbbca253700 100644
--- a/lib/libexpat/Makefile
+++ b/lib/libexpat/Makefile
@@ -1,6 +1,6 @@
 # $FreeBSD$
 
-PACKAGE=lib${LIB}
+PACKAGE=	runtime
 EXPAT=		${SRCTOP}/contrib/expat
 
 LIB=		bsdxml