diff options
-rw-r--r-- | x11-fonts/encodings/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-fonts/encodings/Makefile b/x11-fonts/encodings/Makefile index a1f12043d780..3561f6393747 100644 --- a/x11-fonts/encodings/Makefile +++ b/x11-fonts/encodings/Makefile @@ -20,6 +20,6 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-fontrootdir=${PREFIX}/share/fonts post-install: - cd ${STAGEDIR}/usr/local/share/fonts/encodings && mkfontscale -b -s -l -n -r -p ${PREFIX}/share/fonts/encodings -e . -e large . + cd ${STAGEDIR}${PREFIX}/share/fonts/encodings && mkfontscale -b -s -l -n -r -p ${PREFIX}/share/fonts/encodings -e . -e large . .include <bsd.port.mk> |