svn commit: r521449 - in head/japanese/font-mona: . files

Hiroki Sato hrs at FreeBSD.org
Mon Dec 30 04:47:48 UTC 2019


Author: hrs
Date: Mon Dec 30 04:47:48 2019
New Revision: 521449
URL: https://svnweb.freebsd.org/changeset/ports/521449

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

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

Modified: head/japanese/font-mona/Makefile
==============================================================================
--- head/japanese/font-mona/Makefile	Mon Dec 30 04:46:49 2019	(r521448)
+++ head/japanese/font-mona/Makefile	Mon Dec 30 04:47:48 2019	(r521449)
@@ -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 at 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:


More information about the svn-ports-all mailing list