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 21, 2024
1 parent 239baef commit 130a2fc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion devel/qt5-linguisttools/Makefile
Original file line number Diff line number Diff line change
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}/man/man1
${STAGEDIR}${MANPREFIX}/share/man/man1
${RLN} ${STAGEDIR}${QT_BINDIR}/${f} ${STAGEDIR}${PREFIX}/bin/${f}-qt5
.endfor

Expand Down
4 changes: 2 additions & 2 deletions devel/qt5-linguisttools/pkg-plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ bin/lupdate-qt5
%%QT_BINDIR%%/lupdate-pro
%%DEBUG%%%%QT_BINDIR%%/lupdate-pro.debug
%%DEBUG%%%%QT_BINDIR%%/lupdate.debug
man/man1/lrelease.1.gz
man/man1/lupdate.1.gz
share/man/man1/lrelease.1.gz
share/man/man1/lupdate.1.gz

0 comments on commit 130a2fc

Please sign in to comment.