summaryrefslogtreecommitdiffstats
path: root/x11-fonts
diff options
context:
space:
mode:
authormarkp <markp@FreeBSD.org>2001-06-11 16:09:37 +0000
committermarkp <markp@FreeBSD.org>2001-06-11 16:09:37 +0000
commite2bcdce3d8a1c6c05c0bb22322e971ae9fc3b8dc (patch)
tree2ac12161c4ad1642b7ba1f2411fbd7c0d0611293 /x11-fonts
parent3f43fa64eda763f2b5e06175c416f5ec380371a2 (diff)
downloadFreeBSD-ports-e2bcdce3d8a1c6c05c0bb22322e971ae9fc3b8dc.zip
FreeBSD-ports-e2bcdce3d8a1c6c05c0bb22322e971ae9fc3b8dc.tar.gz
Use X11BASE with ttmkfdir to avoid PATH problem
PR: 27755 Approved by: maintainer
Diffstat (limited to 'x11-fonts')
-rw-r--r--x11-fonts/webfonts/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-fonts/webfonts/Makefile b/x11-fonts/webfonts/Makefile
index 604f2db..ed138cc 100644
--- a/x11-fonts/webfonts/Makefile
+++ b/x11-fonts/webfonts/Makefile
@@ -43,7 +43,7 @@ post-extract:
@${CHMOD} 644 ${WRKDIR}/webfonts/*
do-build:
- @ttmkfdir -d ${WRKDIR}/webfonts | \
+ @${X11BASE}/bin/ttmkfdir -d ${WRKDIR}/webfonts | \
${SED} -e "s,monotype,truetype,g;s,microsoft,truetype,g" > ${WRKDIR}/webfonts/fonts.scale
@head -1 ${WRKDIR}/webfonts/fonts.scale > ${WRKDIR}/webfonts/fonts.dir
@tail +2 ${WRKDIR}/webfonts/fonts.scale | ${CAT} -n | sort -r | cut -c8- >>${WRKDIR}/webfonts/fonts.dir
OpenPOWER on IntegriCloud