mirror of
https://git.freebsd.org/ports.git
synced 2025-06-02 19:36:28 -04:00
x11-fonts/encodings: one more /usr/local replaced by $PREFIX
PR: 170852 Submitted by: remko
This commit is contained in:
parent
a30a376b74
commit
14ec59e35f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=458816
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue