diff options
| author | Emmanuel Vadot <manu@FreeBSD.org> | 2021-09-01 19:56:55 +0200 |
|---|---|---|
| committer | Emmanuel Vadot <manu@FreeBSD.org> | 2021-09-07 10:21:09 +0200 |
| commit | 88ba5e8955518c1e032eafbce27d548eaf5a59ea (patch) | |
| tree | 7bdd0d544ebba37716da990d281dfaa7243602a3 /share/vt/keymaps | |
| parent | a3266ba2697a383d2ede56803320d941866c7e76 (diff) | |
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
Diffstat (limited to 'share/vt/keymaps')
| -rw-r--r-- | share/vt/keymaps/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
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 \ |
