Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 21 Jan 2024 20:24:31 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: c39ddcfb3591 - main - devel/roboctl: Sanitize MANPREFIX
Message-ID:  <202401212024.40LKOVir074358@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=c39ddcfb3591937f776e88b4384d62d860c1b538

commit c39ddcfb3591937f776e88b4384d62d860c1b538
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2024-01-21 19:59:19 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2024-01-21 20:24:09 +0000

    devel/roboctl: Sanitize MANPREFIX
    
    Approved by:    portmgr (blanket)
---
 devel/roboctl/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202401212024.40LKOVir074358>