Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 22 Jan 2024 01:33:36 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: 87685d9b7d1d - main - graphics/chafa: Sanitize MANPREFIX
Message-ID:  <202401220133.40M1XamW002420@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=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>



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