1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-03 06:04:53 +00:00

shells/modernish: Disable failing install-time tests

This issue has been reported upstream:
https://github.com/modernish/modernish/issues/10
This commit is contained in:
Mateusz Piotrowski 2021-04-26 14:20:59 +02:00
parent 3db08db20d
commit b080275ea6

View File

@ -16,10 +16,15 @@ NO_BUILD= yes
OPTIONS_DEFINE= DOCS EXAMPLES
post-extract:
${MV} ${WRKSRC}/lib/modernish/cap/BUG_DEVTTY.t ${WRKDIR}
do-install:
cd ${WRKSRC} && \
${SETENV} ${MAKE_ENV} ${SH} -x ./install.sh -d ${PREFIX} -D ${STAGEDIR} -n -s ${SH}
${MV} ${WRKDIR}/BUG_DEVTTY.t ${STAGEDIR}${PREFIX}/lib/modernish/cap/BUG_DEVTTY.t
${RM} ${STAGEDIR}${DOCSDIR}/LICENSE
${MKDIR} ${STAGEDIR}${EXAMPLESDIR:H}
${MV} ${STAGEDIR}${DOCSDIR}/examples ${STAGEDIR}${EXAMPLESDIR}