[Bug 292421] emulators/flycast: update to 2.6

From: <bugzilla-noreply_at_freebsd.org>
Date: Mon, 02 Feb 2026 17:30:02 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=292421

--- Comment #5 from Vladimir Druzenko <vvd@FreeBSD.org> ---
(In reply to Stefan Schlosser from comment #4)
Ok!

Small simplification:
 post-install-DOCS-on:
-       ${MKDIR} ${STAGEDIR}${DOCSDIR}
-       (cd ${WRKSRC}/docs && \
-               ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR})
+       (cd ${WRKSRC}/docs && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR})

-- 
You are receiving this mail because:
You are the assignee for the bug.