aboutsummaryrefslogtreecommitdiff
path: root/devel/roboctl/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/roboctl/Makefile')
-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>