diff options
author | tsutsui <tsutsui@pkgsrc.org> | 2013-07-27 11:58:07 +0000 |
---|---|---|
committer | tsutsui <tsutsui@pkgsrc.org> | 2013-07-27 11:58:07 +0000 |
commit | 727744d403ac5ab2979faaf48822ffa3ddcb37ba (patch) | |
tree | 228276ca5f010d94f13fcc3b2ecb48e355a54656 /fonts/ja-elisau | |
parent | 01d8795fdccc82b9c9afc8adbf49a6d10c326e42 (diff) | |
download | pkgsrc-727744d403ac5ab2979faaf48822ffa3ddcb37ba.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-elisau')
-rw-r--r-- | fonts/ja-elisau/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fonts/ja-elisau/Makefile b/fonts/ja-elisau/Makefile index fe5a2909647..4fa5846d099 100644 --- a/fonts/ja-elisau/Makefile +++ b/fonts/ja-elisau/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2012/10/03 18:28:24 asau Exp $ +# $NetBSD: Makefile,v 1.18 2013/07/27 11:58:07 tsutsui Exp $ DISTNAME= elisau10 PKGNAME= ja-elisau-1.0 @@ -36,7 +36,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 |