summaryrefslogtreecommitdiff
path: root/fonts
diff options
context:
space:
mode:
authordholland <dholland>2013-07-04 15:33:41 +0000
committerdholland <dholland>2013-07-04 15:33:41 +0000
commit9b3ecc921cb887463399f9cb0f2b1680495948d3 (patch)
treeb9e21f9869131a9869370e59b566b21ea5dfc41f /fonts
parent5a4e54fd5cd9c1ed572ad24b1b1727e238b1397e (diff)
downloadpkgsrc-9b3ecc921cb887463399f9cb0f2b1680495948d3.tar.gz
Use TOOLS_PATH.bdftopcf as discussed in PR 47883.
Diffstat (limited to 'fonts')
-rw-r--r--fonts/jisx0213fonts/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/fonts/jisx0213fonts/Makefile b/fonts/jisx0213fonts/Makefile
index 832b6a32dab..3d3b7bc44dd 100644
--- a/fonts/jisx0213fonts/Makefile
+++ b/fonts/jisx0213fonts/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2013/06/05 13:47:51 obache Exp $
+# $NetBSD: Makefile,v 1.17 2013/07/04 15:33:41 dholland Exp $
#
DISTNAME= jisx0213fonts-0.0
@@ -28,7 +28,7 @@ do-extract:
do-build:
@cd ${WRKSRC}; \
for f in ${FONTS}; do \
- bdftopcf $${f}.bdf | \
+ ${TOOLS_PATH.bdftopcf} $${f}.bdf | \
${GZIP_CMD} -c >$${f}.pcf.gz; \
done