diff options
Diffstat (limited to 'chinese/fireflyttf/Makefile')
-rw-r--r-- | chinese/fireflyttf/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chinese/fireflyttf/Makefile b/chinese/fireflyttf/Makefile index b7aa81324340..d565667983b5 100644 --- a/chinese/fireflyttf/Makefile +++ b/chinese/fireflyttf/Makefile @@ -54,7 +54,7 @@ do-install: ${INSTALL_DATA} ${WRKSRC}/${TTF} ${FONTSDIR} ${INSTALL_DATA} ${FILESDIR}/local.conf-sung ${FONTSDIR} .if !defined(WITHOUT_X11) - ${INSTALL_DATA} ${FILESDIR}/local.conf-sung ${X11BASE}/etc/fonts/local.conf + ${INSTALL_DATA} ${FILESDIR}/local.conf-sung ${LOCALBASE}/etc/fonts/local.conf .endif .include "${PORTSDIR}/chinese/ttfm/Makefile.ttf" |