diff options
author | Hiroki Sato <hrs@FreeBSD.org> | 2019-12-30 04:47:48 +0000 |
---|---|---|
committer | Hiroki Sato <hrs@FreeBSD.org> | 2019-12-30 04:47:48 +0000 |
commit | 5a1f1958834f1780f68970a7c899c36471c7f5e4 (patch) | |
tree | 117bde11b115f8e0a533cf2a5c5981ec4f8a1459 /japanese/font-mona | |
parent | 76cb7fca9f6219b337662bf79cd743bb0d159db8 (diff) | |
download | ports-5a1f1958834f1780f68970a7c899c36471c7f5e4.tar.gz ports-5a1f1958834f1780f68970a7c899c36471c7f5e4.zip |
Notes
Diffstat (limited to 'japanese/font-mona')
-rw-r--r-- | japanese/font-mona/Makefile | 6 | ||||
-rw-r--r-- | japanese/font-mona/files/pkg-message.in | 19 |
2 files changed, 4 insertions, 21 deletions
diff --git a/japanese/font-mona/Makefile b/japanese/font-mona/Makefile index 280fc6ad1cfd..62207591b866 100644 --- a/japanese/font-mona/Makefile +++ b/japanese/font-mona/Makefile @@ -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: diff --git a/japanese/font-mona/files/pkg-message.in b/japanese/font-mona/files/pkg-message.in deleted file mode 100644 index fd51f56edab9..000000000000 --- a/japanese/font-mona/files/pkg-message.in +++ /dev/null @@ -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 -} -] |