[Bug 292421] emulators/flycast: update to 2.6
- In reply to: bugzilla-noreply_a_freebsd.org: "[Bug 292421] emulators/flycast: update to 2.6"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
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.