Skip to content

Commit

Permalink
misc/figlet: Sanitize MANPREFIX
Browse files Browse the repository at this point in the history
Approved by:	portmgr (blanket)
  • Loading branch information
5u623l20 committed Jan 21, 2024
1 parent 13f7fbc commit 8d88042
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion misc/figlet/Makefile
Expand Up @@ -26,7 +26,7 @@ do-install:
${INSTALL_SCRIPT} ${WRKSRC}/showfigfonts ${STAGEDIR}${PREFIX}/bin/
${INSTALL_DATA} ${WRKSRC}/fonts/*.flf ${STAGEDIR}${DATADIR}/
${INSTALL_DATA} ${WRKSRC}/fonts/*.flc ${STAGEDIR}${DATADIR}/
${INSTALL_MAN} ${WRKSRC}/*.6 ${STAGEDIR}${MANPREFIX}/share/man/man6/
${INSTALL_MAN} ${WRKSRC}/*.6 ${STAGEDIR}${PREFIX}/share/man/man6/

do-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
Expand Down

0 comments on commit 8d88042

Please sign in to comment.