summaryrefslogtreecommitdiff
path: root/fonts/ja-elisat/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'fonts/ja-elisat/Makefile')
-rw-r--r--fonts/ja-elisat/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/fonts/ja-elisat/Makefile b/fonts/ja-elisat/Makefile
index 261bda7f04a..874ab7da893 100644
--- a/fonts/ja-elisat/Makefile
+++ b/fonts/ja-elisat/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2009/05/21 00:30:54 zafer Exp $
+# $NetBSD: Makefile,v 1.14 2012/04/18 00:06:12 joerg Exp $
DISTNAME= elisat10
PKGNAME= ja-elisat-1.0
@@ -23,7 +23,7 @@ do-build:
cd ${WRKSRC}; \
for i in *.bdf; do \
p=`basename $$i .bdf`.pcf; \
- bdftopcf -o $$p $$i; \
+ ${TOOLS_PATH.bdftopcf} -o $$p $$i; \
${GZIP_CMD} -c $$p > $$p.gz; \
done