From d27869c2e8c589c535047280b92dff83ad90b55e Mon Sep 17 00:00:00 2001 From: tsutsui Date: Sat, 27 Jul 2013 11:58:07 +0000 Subject: Revert bdftopcf -> ${TOOLS_PATH.bdftopcf} changes. Actually closes PR/47883. Assuming no response for three weeks from vocal members means no objection. --- fonts/misaki-fonts/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'fonts/misaki-fonts') diff --git a/fonts/misaki-fonts/Makefile b/fonts/misaki-fonts/Makefile index b7f51dc9bdc..103aa969281 100644 --- a/fonts/misaki-fonts/Makefile +++ b/fonts/misaki-fonts/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2012/10/03 18:28:27 asau Exp $ +# $NetBSD: Makefile,v 1.7 2013/07/27 11:58:08 tsutsui Exp $ DISTNAME= misaki_bdf_2012-06-03 PKGNAME= ${DISTNAME:S/-//g:S/misaki_bdf_/misaki-fonts-1.0./} @@ -31,7 +31,7 @@ INSTALL_DOCS= misaki.txt \ do-build: .for filename in ${INSTALL_FONTS} - ${TOOLS_PATH.bdftopcf} -o ${WRKSRC}/${filename:S/bdf/pcf/} ${WRKSRC}/${filename} + bdftopcf -o ${WRKSRC}/${filename:S/bdf/pcf/} ${WRKSRC}/${filename} ${GZIP_CMD} ${WRKSRC}/${filename:S/bdf/pcf/} .endfor -- cgit v1.2.3