font-spleen: include otb version
This commit is contained in:
parent
f4f4edbe52
commit
928136ac86
|
@ -1,12 +1,12 @@
|
||||||
# Template file for 'font-spleen'
|
# Template file for 'font-spleen'
|
||||||
pkgname=font-spleen
|
pkgname=font-spleen
|
||||||
version=1.9.1
|
version=1.9.1
|
||||||
revision=1
|
revision=2
|
||||||
wrksrc="spleen-${version}"
|
wrksrc="spleen-${version}"
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
make_cmd=bmake
|
make_cmd=bmake
|
||||||
make_build_target="pcf psf"
|
make_build_target="pcf psf otb"
|
||||||
hostmakedepends="bmake bdftopcf bdf2psf"
|
hostmakedepends="bmake bdftopcf bdf2psf fonttosfnt"
|
||||||
depends="font-util"
|
depends="font-util"
|
||||||
short_desc="Monospaced bitmap fonts"
|
short_desc="Monospaced bitmap fonts"
|
||||||
maintainer="Renato Aguiar <renato@renatoaguiar.net>"
|
maintainer="Renato Aguiar <renato@renatoaguiar.net>"
|
||||||
|
@ -37,7 +37,7 @@ do_install() {
|
||||||
done
|
done
|
||||||
|
|
||||||
vmkdir usr/share/fonts/X11/spleen
|
vmkdir usr/share/fonts/X11/spleen
|
||||||
for f in *.pcf.gz; do
|
for f in *.pcf.gz *.otb; do
|
||||||
vinstall $f 644 usr/share/fonts/X11/spleen
|
vinstall $f 644 usr/share/fonts/X11/spleen
|
||||||
done
|
done
|
||||||
vinstall fonts.alias 644 usr/share/fonts/X11/spleen
|
vinstall fonts.alias 644 usr/share/fonts/X11/spleen
|
||||||
|
|
Loading…
Reference in New Issue