diff options
author | tsutsui <tsutsui> | 2013-07-27 11:58:07 +0000 |
---|---|---|
committer | tsutsui <tsutsui> | 2013-07-27 11:58:07 +0000 |
commit | 9bca881edb3a15e270540cfff2bbf95f1661d96b (patch) | |
tree | 228276ca5f010d94f13fcc3b2ecb48e355a54656 /fonts/jisx0213fonts | |
parent | 06e19e6bab74725af14a52cec09dbcfc11bacd92 (diff) | |
download | pkgsrc-9bca881edb3a15e270540cfff2bbf95f1661d96b.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/jisx0213fonts')
-rw-r--r-- | fonts/jisx0213fonts/Makefile | 4 |
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 |