aboutsummaryrefslogtreecommitdiff
path: root/japanese
diff options
context:
space:
mode:
authorHiroki Sato <hrs@FreeBSD.org>2019-12-30 04:58:41 +0000
committerHiroki Sato <hrs@FreeBSD.org>2019-12-30 04:58:41 +0000
commite3683d7b7a4094ee5376cfbe7d66beaad3b78b62 (patch)
treed46e71e00fd4e43a573a29aaf2ed302ba66d4e9d /japanese
parent3cb481b550dcd4bc205a9c625162de93b00afb25 (diff)
downloadports-e3683d7b7a4094ee5376cfbe7d66beaad3b78b62.tar.gz
ports-e3683d7b7a4094ee5376cfbe7d66beaad3b78b62.zip
- Add LICENSE.
- Use FONTPATHSPEC and nuke pkg-message for adding FontPath manually.
Notes
Notes: svn path=/head/; revision=521457
Diffstat (limited to 'japanese')
-rw-r--r--japanese/font-naga10/Makefile10
-rw-r--r--japanese/font-naga10/files/pkg-message.in19
2 files changed, 8 insertions, 21 deletions
diff --git a/japanese/font-naga10/Makefile b/japanese/font-naga10/Makefile
index dc89204243d1..f2b70b6a22ba 100644
--- a/japanese/font-naga10/Makefile
+++ b/japanese/font-naga10/Makefile
@@ -3,7 +3,7 @@
PORTNAME= naga10
PORTVERSION= 1.1
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= japanese x11-fonts
MASTER_SITES= http://hp.vector.co.jp/authors/VA013391/fonts/
PKGNAMEPREFIX= ja-font-
@@ -12,12 +12,18 @@ DISTNAME= knj10-${PORTVERSION}
MAINTAINER= CQG00620@nifty.ne.jp
COMMENT= 10-dot Kanji font
+LICENSE= NOTPARTIAL
+LICENSE_NAME= Whole not partial
+LICENSE_TEXT= Free redistribution of the whole package allowed, not partial
+LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
+
BUILD_DEPENDS= mkbold:x11-fonts/mkbold-mkitalic \
bdftopcf:x11-fonts/bdftopcf
USES= fonts
+FONTPATHSPEC= ${FONTNAME}:unscaled:pri=60
NO_ARCH= yes
-SUB_FILES= Makefile pkg-message
+SUB_FILES= Makefile
MAKEFILE= ${WRKDIR}/Makefile
PORTDOCS= README
diff --git a/japanese/font-naga10/files/pkg-message.in b/japanese/font-naga10/files/pkg-message.in
deleted file mode 100644
index fd51f56edab9..000000000000
--- a/japanese/font-naga10/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
-}
-]