aboutsummaryrefslogtreecommitdiffstats
path: root/x11-fonts/webfonts
diff options
context:
space:
mode:
authormarkp <markp@FreeBSD.org>2001-06-12 00:09:37 +0800
committermarkp <markp@FreeBSD.org>2001-06-12 00:09:37 +0800
commite2bcdce3d8a1c6c05c0bb22322e971ae9fc3b8dc (patch)
tree2ac12161c4ad1642b7ba1f2411fbd7c0d0611293 /x11-fonts/webfonts
parent3f43fa64eda763f2b5e06175c416f5ec380371a2 (diff)
downloadfreebsd-ports-gnome-e2bcdce3d8a1c6c05c0bb22322e971ae9fc3b8dc.tar.gz
freebsd-ports-gnome-e2bcdce3d8a1c6c05c0bb22322e971ae9fc3b8dc.tar.zst
freebsd-ports-gnome-e2bcdce3d8a1c6c05c0bb22322e971ae9fc3b8dc.zip
Use X11BASE with ttmkfdir to avoid PATH problem
PR: 27755 Approved by: maintainer
Diffstat (limited to 'x11-fonts/webfonts')
-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