From 88ba5e8955518c1e032eafbce27d548eaf5a59ea Mon Sep 17 00:00:00 2001 From: Emmanuel Vadot Date: Wed, 1 Sep 2021 19:56:55 +0200 Subject: [PATCH] pkgbase: Create a vt-data package vt files for either keyboards and fonts are totally optional so create a separate package for them. Differential Revision: https://reviews.freebsd.org/D31797 --- release/packages/Makefile.package | 2 ++ share/vt/fonts/Makefile | 2 ++ share/vt/keymaps/Makefile | 2 ++ 3 files changed, 6 insertions(+) diff --git a/release/packages/Makefile.package b/release/packages/Makefile.package index 04c8ef0536f0..aaf883c93a5b 100644 --- a/release/packages/Makefile.package +++ b/release/packages/Makefile.package @@ -104,5 +104,7 @@ utilities_COMMENT= Non-vital programs and librairies utilities_DESC= Non-vital programs and librairies vi_COMMENT= Vi Editor vi_DESC= Vi Editor +vt_COMMENT= VT fonts and keyboard files +vt_DESC= VT fonts and keyboard files wpa_COMMENT= 802.11 Supplicant wpa_DESC= 802.11 Supplicant diff --git a/share/vt/fonts/Makefile b/share/vt/fonts/Makefile index 7062c0c69542..2599d1d1ce1d 100644 --- a/share/vt/fonts/Makefile +++ b/share/vt/fonts/Makefile @@ -1,5 +1,7 @@ # $FreeBSD$ +PACKAGE= vt-data + FONTS= gallant.fnt \ terminus-b32.fnt \ tom-thumb.fnt \ diff --git a/share/vt/keymaps/Makefile b/share/vt/keymaps/Makefile index 8b9fc4d26dc9..31ef7e3466dc 100644 --- a/share/vt/keymaps/Makefile +++ b/share/vt/keymaps/Makefile @@ -1,5 +1,7 @@ # $FreeBSD$ +PACKAGE= vt-data + FILES= INDEX.keymaps \ am.kbd \ be.acc.kbd \