From 27a7ae0ce00fbd6ab6e76e6dd3c51eadefff6f12 Mon Sep 17 00:00:00 2001 From: Emmanuel Vadot Date: Wed, 1 Sep 2021 19:58:27 +0200 Subject: [PATCH] pkgbase: Create a syscons-data package syscons is mostly deprecated and all it's files aren't needed for most users so create a separate package for them. Differential Revision: https://reviews.freebsd.org/D31798 Reviewed by: emaste --- share/syscons/fonts/Makefile | 2 ++ share/syscons/keymaps/Makefile | 2 ++ share/syscons/scrnmaps/Makefile | 2 ++ 3 files changed, 6 insertions(+) diff --git a/share/syscons/fonts/Makefile b/share/syscons/fonts/Makefile index c7c6a1b36dc..b60631e3805 100644 --- a/share/syscons/fonts/Makefile +++ b/share/syscons/fonts/Makefile @@ -1,5 +1,7 @@ # $FreeBSD$ +PACKAGE= syscons-data + FILES= armscii8-8x8.fnt armscii8-8x14.fnt armscii8-8x16.fnt \ cp437-8x8.fnt cp437-8x14.fnt cp437-8x16.fnt \ cp437-thin-8x8.fnt cp437-thin-8x16.fnt \ diff --git a/share/syscons/keymaps/Makefile b/share/syscons/keymaps/Makefile index f04b4fa75d3..079ffa91f7b 100644 --- a/share/syscons/keymaps/Makefile +++ b/share/syscons/keymaps/Makefile @@ -1,5 +1,7 @@ # $FreeBSD$ +PACKAGE= syscons-data + FILES= INDEX.keymaps \ be.iso.kbd be.iso.acc.kbd \ bg.bds.ctrlcaps.kbd bg.phonetic.ctrlcaps.kbd \ diff --git a/share/syscons/scrnmaps/Makefile b/share/syscons/scrnmaps/Makefile index 0f11c777fa0..fb6bf59131b 100644 --- a/share/syscons/scrnmaps/Makefile +++ b/share/syscons/scrnmaps/Makefile @@ -1,5 +1,7 @@ # $FreeBSD$ +PACKAGE= syscons-data + SCRMAPS = armscii8-2haik8.scm \ iso-8859-1_to_cp437.scm iso-8859-4_for_vga9.scm \ iso-8859-7_to_cp437.scm \