Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 30 Dec 2019 04:44:23 +0000 (UTC)
From:      Hiroki Sato <hrs@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r521446 - head/japanese/font-marumoji
Message-ID:  <201912300444.xBU4iNau078662@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201912300444.xBU4iNau078662>