pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/fonts/jisx0213fonts Use TOOLS_PATH.bdftopcf as discuss...
details: https://anonhg.NetBSD.org/pkgsrc/rev/ff40e2506708
branches: trunk
changeset: 621098:ff40e2506708
user: dholland <dholland%pkgsrc.org@localhost>
date: Thu Jul 04 15:33:41 2013 +0000
description:
Use TOOLS_PATH.bdftopcf as discussed in PR 47883.
diffstat:
fonts/jisx0213fonts/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 2b08e8754593 -r ff40e2506708 fonts/jisx0213fonts/Makefile
--- a/fonts/jisx0213fonts/Makefile Thu Jul 04 15:29:51 2013 +0000
+++ b/fonts/jisx0213fonts/Makefile Thu Jul 04 15:33:41 2013 +0000
@@ -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-build:
@cd ${WRKSRC}; \
for f in ${FONTS}; do \
- bdftopcf $${f}.bdf | \
+ ${TOOLS_PATH.bdftopcf} $${f}.bdf | \
${GZIP_CMD} -c >$${f}.pcf.gz; \
done
Home |
Main Index |
Thread Index |
Old Index