Skip to content

Commit

Permalink
graphics/xaos: Sanitize MANPREFIX
Browse files Browse the repository at this point in the history
Approved by:    portmgr (blanket)
  • Loading branch information
5u623l20 committed Jan 22, 2024
1 parent 91e05c8 commit a035cce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion graphics/xaos/Makefile
Expand Up @@ -42,7 +42,7 @@ post-install:
${INSTALL_DATA} ${WRKSRC}/src/ui/images/xaosbig.png \
${STAGEDIR}${PREFIX}/share/pixmaps/xaos.png
${INSTALL_MAN} ${WRKSRC}/doc/xaos.6 \
${STAGEDIR}${MANPREFIX}/share/man/man6/xaos.6
${STAGEDIR}${PREFIX}/share/man/man6/xaos.6

post-install-EXAMPLES-on:
(cd ${WRKSRC}/examples && ${COPYTREE_SHARE} . ${STAGEDIR}${EXAMPLESDIR})
Expand Down

0 comments on commit a035cce

Please sign in to comment.