From 95e36e8c2067d74728c198303514f726ec33acd9 Mon Sep 17 00:00:00 2001 From: Kevin Zheng Date: Sat, 2 May 2026 02:17:53 -0700 Subject: [PATCH] cad/gspiceui: Fix documentation path gspiceui's binary does some automatic LOCALBASE detection using the full executable path, so the REINPLACE_CMD does not need LOCALBASE. Reported by: Nilton Jose Rizzo --- cad/gspiceui/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cad/gspiceui/Makefile b/cad/gspiceui/Makefile index b61c43b758f2..5a6d711eeb77 100644 --- a/cad/gspiceui/Makefile +++ b/cad/gspiceui/Makefile @@ -34,7 +34,7 @@ CFLAGS:= ${CFLAGS:C/-O[2-9]/-O1/g} .endif post-patch: - @${REINPLACE_CMD} -e 's|share/gspiceui|${DOCSDIR}|g' \ + @${REINPLACE_CMD} -e 's|share/gspiceui|share/doc/${PORTNAME}|g' \ ${WRKSRC}/src/main/HelpTasks.cpp do-install: -- 2.54.0