svn commit: r521443 - in head/japanese/font-kanji18: . files

Hiroki Sato hrs at FreeBSD.org
Mon Dec 30 04:40:55 UTC 2019


Author: hrs
Date: Mon Dec 30 04:40:55 2019
New Revision: 521443
URL: https://svnweb.freebsd.org/changeset/ports/521443

Log:
  Use FONTPATHSPEC and nuke pkg-message for adding FontPath manually.

Deleted:
  head/japanese/font-kanji18/files/pkg-message.in
Modified:
  head/japanese/font-kanji18/Makefile

Modified: head/japanese/font-kanji18/Makefile
==============================================================================
--- head/japanese/font-kanji18/Makefile	Mon Dec 30 04:39:09 2019	(r521442)
+++ head/japanese/font-kanji18/Makefile	Mon Dec 30 04:40:55 2019	(r521443)
@@ -3,7 +3,7 @@
 
 PORTNAME=	kanji
 PORTVERSION=	1.0
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	japanese x11-fonts
 MASTER_SITES=	PORTS_JP/${DISTNAME}
 PKGNAMEPREFIX=	ja-font-
@@ -19,6 +19,8 @@ BUILD_DEPENDS=	mkbold:x11-fonts/mkbold-mkitalic \
 		bdftopcf:x11-fonts/bdftopcf
 
 USES=		fonts
+FONTNAME=	${PORTNAME}${PKGNAMESUFFIX}
+FONTPATHSPEC=	${FONTNAME}:unscaled:pri=60
 NO_ARCH=	yes
 NO_WRKSUBDIR=	yes
 EXTRACT_CMD=		${GZCAT}
@@ -28,7 +30,7 @@ EXTRACT_AFTER_ARGS=	| ${SED} '/bin\/sh/,/exit 0/!d' \
 PKGINSTALL=	${WRKDIR}/pkg-install
 PKGDEINSTALL=	${WRKDIR}/pkg-install
 MAKEFILE=	${WRKDIR}/Makefile
-SUB_FILES=	Makefile pkg-install pkg-message
+SUB_FILES=	Makefile pkg-install
 SUB_LIST=	FONTSALIAS="${FONTSDIR}/fonts.alias.${PKGNAMESUFFIX}" \
 		SRCS="${SRCS}"
 PORTDOCS=	README.${PORTNAME}${PKGNAMESUFFIX}


More information about the svn-ports-all mailing list