svn commit: r521446 - head/japanese/font-marumoji

Hiroki Sato hrs at FreeBSD.org
Mon Dec 30 04:44:23 UTC 2019


Author: hrs
Date: Mon Dec 30 04:44:22 2019
New Revision: 521446
URL: https://svnweb.freebsd.org/changeset/ports/521446

Log:
  Use FONTPATHSPEC.

Modified:
  head/japanese/font-marumoji/Makefile

Modified: head/japanese/font-marumoji/Makefile
==============================================================================
--- head/japanese/font-marumoji/Makefile	Mon Dec 30 04:43:00 2019	(r521445)
+++ head/japanese/font-marumoji/Makefile	Mon Dec 30 04:44:22 2019	(r521446)
@@ -3,7 +3,7 @@
 
 PORTNAME=	marumoji
 PORTVERSION=	1.0
-PORTREVISION=	10
+PORTREVISION=	11
 CATEGORIES=	japanese x11-fonts
 MASTER_SITES=	LOCAL/hrs/${PORTNAME}
 PKGNAMEPREFIX=	ja-font-
@@ -18,7 +18,7 @@ BUILD_DEPENDS=	mkbold:x11-fonts/mkbold-mkitalic \
 		bdftopcf:x11-fonts/bdftopcf
 
 USES=		fonts:fc
-FONTNAME=	marumoji
+FONTPATHSPEC=	${FONTNAME}:unscaled:pri=60
 NO_ARCH=	yes
 MAKE_ENV=	FONTSDIR=${FONTSDIR:S,${PREFIX},,}
 SUB_FILES=	Makefile pkg-install


More information about the svn-ports-head mailing list