summaryrefslogtreecommitdiff
path: root/fonts/misaki-fonts
diff options
context:
space:
mode:
authortsutsui <tsutsui>2013-07-27 11:58:07 +0000
committertsutsui <tsutsui>2013-07-27 11:58:07 +0000
commit88feef4cc40a58e4d42feeb4dae8d5b6796c7361 (patch)
tree228276ca5f010d94f13fcc3b2ecb48e355a54656 /fonts/misaki-fonts
parent42394ad5e954a2de2c8a5f74fab04dcd77fe95f1 (diff)
downloadpkgsrc-88feef4cc40a58e4d42feeb4dae8d5b6796c7361.tar.gz
Revert bdftopcf -> ${TOOLS_PATH.bdftopcf} changes. Actually closes PR/47883.
Assuming no response for three weeks from vocal members means no objection.
Diffstat (limited to 'fonts/misaki-fonts')
-rw-r--r--fonts/misaki-fonts/Makefile4
1 files changed, 2 insertions, 2 deletions
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