diff options
author | joerg <joerg> | 2012-04-18 00:06:12 +0000 |
---|---|---|
committer | joerg <joerg> | 2012-04-18 00:06:12 +0000 |
commit | 07eef5238ae225fe808f3724011524c872359421 (patch) | |
tree | 533a2156c5d4a048c58f498a5701af81b4f5ca3f /fonts/ja-elisat | |
parent | 41608991339d9ae17f4796709040cf6c7c5b4638 (diff) | |
download | pkgsrc-07eef5238ae225fe808f3724011524c872359421.tar.gz |
Use correct path to bdftopcf.
Diffstat (limited to 'fonts/ja-elisat')
-rw-r--r-- | fonts/ja-elisat/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fonts/ja-elisat/Makefile b/fonts/ja-elisat/Makefile index 261bda7f04a..874ab7da893 100644 --- a/fonts/ja-elisat/Makefile +++ b/fonts/ja-elisat/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2009/05/21 00:30:54 zafer Exp $ +# $NetBSD: Makefile,v 1.14 2012/04/18 00:06:12 joerg Exp $ DISTNAME= elisat10 PKGNAME= ja-elisat-1.0 @@ -23,7 +23,7 @@ do-build: cd ${WRKSRC}; \ for i in *.bdf; do \ p=`basename $$i .bdf`.pcf; \ - bdftopcf -o $$p $$i; \ + ${TOOLS_PATH.bdftopcf} -o $$p $$i; \ ${GZIP_CMD} -c $$p > $$p.gz; \ done |