git: 8d88042f9171 - main - misc/figlet: Sanitize MANPREFIX
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 21 Jan 2024 17:53:56 UTC
The branch main has been updated by bofh:
URL: https://cgit.FreeBSD.org/ports/commit/?id=8d88042f91711eda22cb7541589422676e9b0fab
commit 8d88042f91711eda22cb7541589422676e9b0fab
Author: Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2024-01-21 17:49:25 +0000
Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2024-01-21 17:53:30 +0000
misc/figlet: Sanitize MANPREFIX
Approved by: portmgr (blanket)
---
misc/figlet/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/misc/figlet/Makefile b/misc/figlet/Makefile
index 4a572017a87c..541fbfeca6b2 100644
--- a/misc/figlet/Makefile
+++ b/misc/figlet/Makefile
@@ -26,7 +26,7 @@ do-install:
${INSTALL_SCRIPT} ${WRKSRC}/showfigfonts ${STAGEDIR}${PREFIX}/bin/
${INSTALL_DATA} ${WRKSRC}/fonts/*.flf ${STAGEDIR}${DATADIR}/
${INSTALL_DATA} ${WRKSRC}/fonts/*.flc ${STAGEDIR}${DATADIR}/
- ${INSTALL_MAN} ${WRKSRC}/*.6 ${STAGEDIR}${MANPREFIX}/share/man/man6/
+ ${INSTALL_MAN} ${WRKSRC}/*.6 ${STAGEDIR}${PREFIX}/share/man/man6/
do-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}