Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 21 Jan 2024 20:48:27 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: 783de40cb4c7 - main - misc/ree: Sanitize MANPREFIX
Message-ID:  <202401212048.40LKmRP4008289@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=783de40cb4c71a91a5e9bc0ec9a236f3dc3fac82

commit 783de40cb4c71a91a5e9bc0ec9a236f3dc3fac82
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2024-01-21 20:39:11 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2024-01-21 20:48:10 +0000

    misc/ree: Sanitize MANPREFIX
    
    Approved by:    portmgr (blanket)
---
 misc/ree/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/misc/ree/Makefile b/misc/ree/Makefile
index 0870c59cd158..51f2738d0b71 100644
--- a/misc/ree/Makefile
+++ b/misc/ree/Makefile
@@ -38,7 +38,7 @@ post-install:
 	${STRIP_CMD} ${STAGEDIR}${PREFIX}/sbin/rom-ree \
 		${STAGEDIR}${PREFIX}/bin/fontdump
 	${INSTALL_DATA} ${WRKSRC}/README.md ${STAGEDIR}${DOCSDIR}
-	${INSTALL_MAN} ${WRKSRC}/ree.8 ${STAGEDIR}${MANPREFIX}/share/man/man8/rom-ree.8
-	${INSTALL_MAN} ${WRKSRC}/fontdump.1 ${STAGEDIR}${MANPREFIX}/share/man/man1
+	${INSTALL_MAN} ${WRKSRC}/ree.8 ${STAGEDIR}${PREFIX}/share/man/man8/rom-ree.8
+	${INSTALL_MAN} ${WRKSRC}/fontdump.1 ${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?202401212048.40LKmRP4008289>