git: 9ac48c045a65 - main - misc/mcp-inspector: Unbreak by correcting the link

From: Yuri Victorovich <yuri_at_FreeBSD.org>
Date: Fri, 10 Jul 2026 18:20:35 UTC
The branch main has been updated by yuri:

URL: https://cgit.FreeBSD.org/ports/commit/?id=9ac48c045a659ea9ac629314cfb56527a953d29d

commit 9ac48c045a659ea9ac629314cfb56527a953d29d
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2026-07-10 18:17:56 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2026-07-10 18:17:56 +0000

    misc/mcp-inspector: Unbreak by correcting the link
    
    Reported by:    fallout
---
 misc/mcp-inspector/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/misc/mcp-inspector/Makefile b/misc/mcp-inspector/Makefile
index 02cdc831f2e3..dccb942b7d4c 100644
--- a/misc/mcp-inspector/Makefile
+++ b/misc/mcp-inspector/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	mcp-inspector
 DISTVERSION=	0.22.0
+PORTREVISION=	1
 CATEGORIES=	misc # machine-learning
 DIST_SUBDIR=	${PORTNAME}
 
@@ -48,7 +49,7 @@ do-install:
 		-e "s|#!/usr/bin/env node|#!${PREFIX}/bin/node|" \
 		${STAGEDIR}${PREFIX}/lib/node_modules/${PACKAGE_NAME}/cli/build/cli.js
 	@${CHMOD} +x ${STAGEDIR}${PREFIX}/lib/node_modules/${PACKAGE_NAME}/cli/build/cli.js
-	@${RLN} -s ${STAGEDIR}${PREFIX}/lib/node_modules/.bin/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
+	@${LN} -s ${PREFIX}/lib/node_modules/.bin/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
 	# remove stray file
 	@${RM} \
 		${STAGEDIR}${LOCALBASE}/lib/package.json \