diff options
author | Emmanuel Vadot <manu@FreeBSD.org> | 2021-09-01 17:58:27 +0000 |
---|---|---|
committer | Emmanuel Vadot <manu@FreeBSD.org> | 2022-01-05 17:23:50 +0000 |
commit | 173473937397cae1ea71656ab80769e79f5b22a6 (patch) | |
tree | 22d840ea0eb5956d89df8af3d475fcf5ef114afc /share/syscons/fonts/Makefile | |
parent | 0785c9451ab5cf65eba57fae658a7235014ee6da (diff) |
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
(cherry picked from commit 27a7ae0ce00fbd6ab6e76e6dd3c51eadefff6f12)
Diffstat (limited to 'share/syscons/fonts/Makefile')
-rw-r--r-- | share/syscons/fonts/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/share/syscons/fonts/Makefile b/share/syscons/fonts/Makefile index c7c6a1b36dc7..b60631e3805b 100644 --- a/share/syscons/fonts/Makefile +++ b/share/syscons/fonts/Makefile @@ -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 \ |