git: 16f410281287 - main - devel/qt5-linguisttools: Sanitize MANPREFIX
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 22 Jan 2024 01:33:34 UTC
The branch main has been updated by bofh:
URL: https://cgit.FreeBSD.org/ports/commit/?id=16f410281287fe20632799958f9b12d7f7e5dfe3
commit 16f410281287fe20632799958f9b12d7f7e5dfe3
Author: Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2024-01-22 01:22:52 +0000
Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2024-01-22 01:32:49 +0000
devel/qt5-linguisttools: Sanitize MANPREFIX
Approved by: portmgr (blanket)
---
devel/qt5-linguisttools/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/devel/qt5-linguisttools/Makefile b/devel/qt5-linguisttools/Makefile
index ed496c8026f9..ca02c525a20c 100644
--- a/devel/qt5-linguisttools/Makefile
+++ b/devel/qt5-linguisttools/Makefile
@@ -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