Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 22 Jan 2024 01:33:34 GMT
From:      Muhammad Moinur Rahman <bofh@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 16f410281287 - main - devel/qt5-linguisttools: Sanitize MANPREFIX
Message-ID:  <202401220133.40M1XYeZ002329@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202401220133.40M1XYeZ002329>