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 | d27869c2e8c589c535047280b92dff83ad90b55e (patch) | |
tree | 228276ca5f010d94f13fcc3b2ecb48e355a54656 /fonts/misaki-fonts | |
parent | 3be7de9de570b2abf1198b1eefdf4c655e2e3668 (diff) | |
download | pkgsrc-d27869c2e8c589c535047280b92dff83ad90b55e.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/misaki-fonts')
-rw-r--r-- | fonts/misaki-fonts/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fonts/misaki-fonts/Makefile b/fonts/misaki-fonts/Makefile index b7f51dc9bdc..103aa969281 100644 --- a/fonts/misaki-fonts/Makefile +++ b/fonts/misaki-fonts/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2012/10/03 18:28:27 asau Exp $ +# $NetBSD: Makefile,v 1.7 2013/07/27 11:58:08 tsutsui Exp $ DISTNAME= misaki_bdf_2012-06-03 PKGNAME= ${DISTNAME:S/-//g:S/misaki_bdf_/misaki-fonts-1.0./} @@ -31,7 +31,7 @@ INSTALL_DOCS= misaki.txt \ do-build: .for filename in ${INSTALL_FONTS} - ${TOOLS_PATH.bdftopcf} -o ${WRKSRC}/${filename:S/bdf/pcf/} ${WRKSRC}/${filename} + bdftopcf -o ${WRKSRC}/${filename:S/bdf/pcf/} ${WRKSRC}/${filename} ${GZIP_CMD} ${WRKSRC}/${filename:S/bdf/pcf/} .endfor |