aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2024-01-21 20:39:11 +0000
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2024-01-21 20:48:10 +0000
commit783de40cb4c71a91a5e9bc0ec9a236f3dc3fac82 (patch)
treeb0e619183d6a2627730410e4152c17fbc7059513
parentb6fa5b0dd1010aa0a7eef09e42c3fdcf1d0fbe46 (diff)
downloadports-783de40cb4c71a91a5e9bc0ec9a236f3dc3fac82.tar.gz
ports-783de40cb4c71a91a5e9bc0ec9a236f3dc3fac82.zip
misc/ree: Sanitize MANPREFIX
Approved by: portmgr (blanket)
-rw-r--r--misc/ree/Makefile4
1 files 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>