summaryrefslogtreecommitdiff
path: root/x11-fonts
diff options
context:
space:
mode:
authorMark Pulford <markp@FreeBSD.org>2001-06-11 16:09:37 +0000
committerMark Pulford <markp@FreeBSD.org>2001-06-11 16:09:37 +0000
commitc5a927e1e26a99388c6f78933871248ac8bc49b7 (patch)
tree5ee68925b184f61ef47b013ba72c6da422936c41 /x11-fonts
parentWterm distfile cannot be found anymore, moved into my public_distfiles. (diff)
Use X11BASE with ttmkfdir to avoid PATH problem
PR: 27755 Approved by: maintainer
Notes
Notes: svn path=/head/; revision=43855
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 604f2db80d6c..ed138cc10fec 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