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
This commit is contained in:
parent
a3266ba269
commit
88ba5e8955
@ -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
|
||||
|
@ -1,5 +1,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PACKAGE= vt-data
|
||||
|
||||
FONTS= gallant.fnt \
|
||||
terminus-b32.fnt \
|
||||
tom-thumb.fnt \
|
||||
|
@ -1,5 +1,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PACKAGE= vt-data
|
||||
|
||||
FILES= INDEX.keymaps \
|
||||
am.kbd \
|
||||
be.acc.kbd \
|
||||
|
Loading…
Reference in New Issue
Block a user