- Add LICENSE.
- Use FONTPATHSPEC and nuke pkg-message for adding FontPath manually.
This commit is contained in:
parent
76cb7fca9f
commit
5a1f195883
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=521449
2 changed files with 4 additions and 21 deletions
|
@ -3,7 +3,7 @@
|
|||
|
||||
PORTNAME= mona
|
||||
PORTVERSION= 2.90
|
||||
PORTREVISION= 2
|
||||
PORTREVISION= 3
|
||||
CATEGORIES= japanese x11-fonts
|
||||
MASTER_SITES= SF/monafont/monafont/monafont-${PORTVERSION}
|
||||
PKGNAMEPREFIX= ja-font-
|
||||
|
@ -12,14 +12,16 @@ DISTNAME= monafont-${PORTVERSION}
|
|||
MAINTAINER= nobutaka@FreeBSD.org
|
||||
COMMENT= 12,14,16-dot Kanji fonts
|
||||
|
||||
LICENSE= PD
|
||||
|
||||
BUILD_DEPENDS= bdftopcf:x11-fonts/bdftopcf \
|
||||
mkfontscale>=0:x11-fonts/mkfontscale
|
||||
|
||||
USES= fonts perl5 tar:bzip2
|
||||
FONTPATHSPEC= ${FONTNAME}:unscaled:pri=60
|
||||
USE_PERL5= build
|
||||
NO_ARCH= yes
|
||||
MAKE_ENV= FONTSDIR="${FONTSDIR}"
|
||||
SUB_FILES= pkg-message
|
||||
ALL_TARGET= bdf
|
||||
|
||||
post-install:
|
||||
|
|
|
@ -1,19 +0,0 @@
|
|||
[
|
||||
{ type: install
|
||||
message: <<EOM
|
||||
You can start using the font(s) by following these instructions:
|
||||
|
||||
Either type the following in an X terminal:
|
||||
|
||||
xset fp+ %%FONTSDIR%%
|
||||
xset fp rehash
|
||||
|
||||
Or, more permanently, add the following line to the "Files" section
|
||||
of your X.Org configuration file (typically /etc/X11/xorg.conf):
|
||||
|
||||
FontPath "%%FONTSDIR%%/"
|
||||
|
||||
then restart X.
|
||||
EOM
|
||||
}
|
||||
]
|
Loading…
Reference in a new issue