aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--japanese/font-mona/Makefile6
-rw-r--r--japanese/font-mona/files/pkg-message.in19
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
-}
-]