git: 87685d9b7d1d - main - graphics/chafa: Sanitize MANPREFIX
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 22 Jan 2024 01:33:36 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=87685d9b7d1db26ca936958e97a3364110a30ba2 commit 87685d9b7d1db26ca936958e97a3364110a30ba2 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-01-22 01:31:41 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-01-22 01:32:49 +0000 graphics/chafa: Sanitize MANPREFIX Approved by: portmgr (blanket) --- graphics/chafa/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/graphics/chafa/Makefile b/graphics/chafa/Makefile index 0f6d4cc32494..d6d5bc9565b7 100644 --- a/graphics/chafa/Makefile +++ b/graphics/chafa/Makefile @@ -33,6 +33,6 @@ OPTIONS_DEFINE= DOCS post-install: ${INSTALL_MAN} ${WRKSRC}/docs/${PORTNAME}.1 \ - ${STAGEDIR}${MANPREFIX}/share/man/man1 + ${STAGEDIR}${PREFIX}/share/man/man1 .include <bsd.port.mk>