aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmmanuel Vadot <manu@FreeBSD.org>2021-09-01 17:56:55 +0000
committerEmmanuel Vadot <manu@FreeBSD.org>2021-09-07 08:21:09 +0000
commit88ba5e8955518c1e032eafbce27d548eaf5a59ea (patch)
tree7bdd0d544ebba37716da990d281dfaa7243602a3
parenta3266ba2697a383d2ede56803320d941866c7e76 (diff)
downloadsrc-88ba5e8955518c1e032eafbce27d548eaf5a59ea.tar.gz
src-88ba5e8955518c1e032eafbce27d548eaf5a59ea.zip
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
-rw-r--r--release/packages/Makefile.package2
-rw-r--r--share/vt/fonts/Makefile2
-rw-r--r--share/vt/keymaps/Makefile2
3 files changed, 6 insertions, 0 deletions
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 \