mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-22 08:58:47 +00:00
Fix LOCALBASE/PREFIX confusion forgotten in the previous commit.
PR: ports/146247 Pointy hat to: hrs
This commit is contained in:
parent
09e06ed5b8
commit
2801382306
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=267366
@ -44,7 +44,7 @@ do-install:
|
||||
${DATADIR}
|
||||
${MKDIR} ${PREFIX}/${LOCAL_FONTSDIR}/TTF
|
||||
${LN} -s -f ${DATADIR}/MigMix*.ttf \
|
||||
${LOCALBASE}/${LOCAL_FONTSDIR}/TTF/
|
||||
${PREFIX}/${LOCAL_FONTSDIR}/TTF/
|
||||
${MKDIR} ${PREFIX}/${X_FONTSDIR}/TTF
|
||||
${LN} -s -f ${DATADIR}/MigMix*.ttf \
|
||||
${PREFIX}/${X_FONTSDIR}/TTF/
|
||||
|
Loading…
Reference in New Issue
Block a user