Skip to content

Commit

Permalink
devel/qt5-linguisttools: 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 04277eb commit 16f4102
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion devel/qt5-linguisttools/Makefile
Expand Up @@ -21,7 +21,7 @@ post-patch:
post-install:
.for f in lrelease lupdate
${INSTALL_MAN} ${WRKSRC}/src/linguist/${f}/${f}.1 \
${STAGEDIR}${MANPREFIX}/share/man/man1
${STAGEDIR}${PREFIX}/share/man/man1
${RLN} ${STAGEDIR}${QT_BINDIR}/${f} ${STAGEDIR}${PREFIX}/bin/${f}-qt5
.endfor

Expand Down

0 comments on commit 16f4102

Please sign in to comment.