diff options
author | Mark Pulford <markp@FreeBSD.org> | 2001-06-11 16:09:37 +0000 |
---|---|---|
committer | Mark Pulford <markp@FreeBSD.org> | 2001-06-11 16:09:37 +0000 |
commit | c5a927e1e26a99388c6f78933871248ac8bc49b7 (patch) | |
tree | 5ee68925b184f61ef47b013ba72c6da422936c41 /x11-fonts/webfonts | |
parent | 632f9b06b39cb801ec59ec479ecd8fafad9f36b2 (diff) | |
download | ports-c5a927e1e26a99388c6f78933871248ac8bc49b7.tar.gz ports-c5a927e1e26a99388c6f78933871248ac8bc49b7.zip |
Notes
Diffstat (limited to 'x11-fonts/webfonts')
-rw-r--r-- | x11-fonts/webfonts/Makefile | 2 |
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 |