Skip to content

Commit

Permalink
x11-fonts/dejavu: Fix LINKS option
Browse files Browse the repository at this point in the history
It was enabled unconditionally.
  • Loading branch information
sunpoet committed Sep 30, 2023
1 parent 1d9b325 commit 17452d3
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions x11-fonts/dejavu/Makefile
Expand Up @@ -40,11 +40,14 @@ OPTIONS_SUB= yes
LINKS_DESC= Install links of configuration files in conf.d

do-install:
cd ${STAGEDIR}${PREFIX}/ && ${MKDIR} ${FCDIR}/ ${FCDIR_LINKS}/ ${STAGEDIR}${FONTSDIR}/
${MKDIR} ${STAGEDIR}${PREFIX}/${FCDIR}/ ${STAGEDIR}${FONTSDIR}/
${INSTALL_DATA} ${WRKSRC}/fontconfig/*.conf ${STAGEDIR}${PREFIX}/${FCDIR}/
cd ${STAGEDIR}${PREFIX}/${FCDIR_LINKS}/ && ${LN} -fs ../conf.avail/*dejavu*.conf .
${INSTALL_DATA} ${WRKSRC}/ttf/*.ttf ${STAGEDIR}${FONTSDIR}/

do-install-LINKS-on:
${MKDIR} ${STAGEDIR}${PREFIX}${FCDIR_LINKS}/
cd ${STAGEDIR}${PREFIX}/${FCDIR_LINKS}/ && ${LN} -fs ../conf.avail/*dejavu*.conf .

do-install-DOCS-on:
${MKDIR} ${STAGEDIR}${DOCSDIR}/
cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR}/
Expand Down

0 comments on commit 17452d3

Please sign in to comment.