summaryrefslogtreecommitdiff
path: root/fonts/ja-kaname
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/ja-kaname
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/ja-kaname')
-rw-r--r--fonts/ja-kaname/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/fonts/ja-kaname/Makefile b/fonts/ja-kaname/Makefile
index 39d01e83698..344d0e95697 100644
--- a/fonts/ja-kaname/Makefile
+++ b/fonts/ja-kaname/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2012/10/03 18:28:24 asau Exp $
+# $NetBSD: Makefile,v 1.15 2013/07/27 11:58:08 tsutsui Exp $
DISTNAME= kaname_k12_bdf
PKGNAME= ja-kaname-0.0.0.20030112
@@ -21,7 +21,7 @@ do-build:
cd ${WRKSRC}; \
for i in *.bdf; do \
p=`basename $$i .bdf`.pcf; \
- ${TOOLS_PATH.bdftopcf} -o $$p $$i; \
+ bdftopcf -o $$p $$i; \
${GZIP_CMD} -c $$p > $$p.gz; \
done