summaryrefslogtreecommitdiff
path: root/fonts/jisx0213fonts/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'fonts/jisx0213fonts/Makefile')
-rw-r--r--fonts/jisx0213fonts/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/fonts/jisx0213fonts/Makefile b/fonts/jisx0213fonts/Makefile
index 3d3b7bc44dd..e192528196b 100644
--- a/fonts/jisx0213fonts/Makefile
+++ b/fonts/jisx0213fonts/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2013/07/04 15:33:41 dholland Exp $
+# $NetBSD: Makefile,v 1.18 2013/07/27 11:58:08 tsutsui Exp $
#
DISTNAME= jisx0213fonts-0.0
@@ -28,7 +28,7 @@ do-extract:
do-build:
@cd ${WRKSRC}; \
for f in ${FONTS}; do \
- ${TOOLS_PATH.bdftopcf} $${f}.bdf | \
+ bdftopcf $${f}.bdf | \
${GZIP_CMD} -c >$${f}.pcf.gz; \
done