mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
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
This commit is contained in:
parent
88ba5e8955
commit
27a7ae0ce0
3 changed files with 6 additions and 0 deletions
|
|
@ -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 \
|
||||
|
|
|
|||
|
|
@ -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 \
|
||||
|
|
|
|||
|
|
@ -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 \
|
||||
|
|
|
|||
Loading…
Reference in a new issue