x11-fonts/encodings: one more /usr/local replaced by $PREFIX

PR:		170852
Submitted by:	remko
This commit is contained in:
Kurt Jaeger 2018-01-12 10:55:33 +00:00
parent a30a376b74
commit 14ec59e35f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=458816

View File

@ -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>