summaryrefslogtreecommitdiff
path: root/fonts
diff options
context:
space:
mode:
authorobache <obache@pkgsrc.org>2013-06-05 13:47:51 +0000
committerobache <obache@pkgsrc.org>2013-06-05 13:47:51 +0000
commit2a200d81cbd45bde40555db41219f9de8eeb8cbe (patch)
treef128c2f81107cdae1ccdea596ab022d7005c38a2 /fonts
parentb1a857f1bc467857f2239f40921e5b68bb4d86c2 (diff)
downloadpkgsrc-2a200d81cbd45bde40555db41219f9de8eeb8cbe.tar.gz
using bdftopcf, so add to TOOLS and let to use TOOLS's one instead of X11BASE/bin.
Diffstat (limited to 'fonts')
-rw-r--r--fonts/jisx0212fonts/Makefile6
-rw-r--r--fonts/jisx0213fonts/Makefile6
2 files changed, 6 insertions, 6 deletions
diff --git a/fonts/jisx0212fonts/Makefile b/fonts/jisx0212fonts/Makefile
index c494c108f86..1ef567501db 100644
--- a/fonts/jisx0212fonts/Makefile
+++ b/fonts/jisx0212fonts/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.19 2012/10/03 18:28:25 asau Exp $
+# $NetBSD: Makefile,v 1.20 2013/06/05 13:47:51 obache Exp $
DISTNAME= jisx0212fonts-0.0
PKGREVISION= 2
@@ -20,7 +20,7 @@ FONTS= ${DISTFILES:C/\.bdf.*$//}
FONTDIR= ${PREFIX}/lib/X11/fonts/local
FONTS_DIRS.x11= ${FONTDIR}
-USE_TOOLS+= gzip gunzip
+USE_TOOLS+= gzip gunzip bdftopcf
# XXX Can we assume that ${GUNZIP_CMD} can extract .Z files?
do-extract:
@@ -32,7 +32,7 @@ do-build:
set -e; \
cd ${WRKSRC}; \
for f in ${FONTS}; do \
- ${X11BASE}/bin/bdftopcf $${f}.bdf | \
+ bdftopcf $${f}.bdf | \
gzip -c >$${f}.pcf.gz; \
done
diff --git a/fonts/jisx0213fonts/Makefile b/fonts/jisx0213fonts/Makefile
index fc0de70c1aa..832b6a32dab 100644
--- a/fonts/jisx0213fonts/Makefile
+++ b/fonts/jisx0213fonts/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2012/10/03 18:28:25 asau Exp $
+# $NetBSD: Makefile,v 1.16 2013/06/05 13:47:51 obache Exp $
#
DISTNAME= jisx0213fonts-0.0
@@ -12,7 +12,7 @@ HOMEPAGE= ftp://ftp.m17n.org/pub/character/fonts/imamura/jisx0213/
COMMENT= X11 bitmap fonts for JIS X 0213
USE_X11BASE= yes
-USE_TOOLS+= gzip
+USE_TOOLS+= gzip bdftopcf
FONTS= K14-1 K14-2 jiskan16-2000-1 jiskan16-2000-2
FONTDIR= ${PREFIX}/lib/X11/fonts/local
@@ -28,7 +28,7 @@ do-extract:
do-build:
@cd ${WRKSRC}; \
for f in ${FONTS}; do \
- ${X11BASE}/bin/bdftopcf $${f}.bdf | \
+ bdftopcf $${f}.bdf | \
${GZIP_CMD} -c >$${f}.pcf.gz; \
done