aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2024-01-21 19:59:19 +0000
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2024-01-21 20:24:09 +0000
commitc39ddcfb3591937f776e88b4384d62d860c1b538 (patch)
tree55cb056600657c50aa1c669908e9d2266f808a87
parentc2d5caeba9d0d0367a2cae616ef974fe6115b908 (diff)
downloadports-c39ddcfb3591937f776e88b4384d62d860c1b538.tar.gz
ports-c39ddcfb3591937f776e88b4384d62d860c1b538.zip
devel/roboctl: Sanitize MANPREFIX
Approved by: portmgr (blanket)
-rw-r--r--devel/roboctl/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/roboctl/Makefile b/devel/roboctl/Makefile
index 30d51dcb88f4..71c70f75990c 100644
--- a/devel/roboctl/Makefile
+++ b/devel/roboctl/Makefile
@@ -31,6 +31,6 @@ post-install:
(cd ${WRKSRC}/Commands/NXTRemote; ${MAKE})
${INSTALL_PROGRAM} ${WRKSRC}/Commands/NXTRemote/nxtremote ${STAGEDIR}${PREFIX}/bin
${INSTALL_SCRIPT} ${WRKSRC}/Scripts/lego_bluetooth_config ${STAGEDIR}${PREFIX}/bin
- ${INSTALL_MAN} ${WRKSRC}/Commands/NXTRemote/nxtremote.1 ${STAGEDIR}${MANPREFIX}/share/man/man1
+ ${INSTALL_MAN} ${WRKSRC}/Commands/NXTRemote/nxtremote.1 ${STAGEDIR}${PREFIX}/share/man/man1
.include <bsd.port.mk>