diff options
author | Mateusz Piotrowski <0mp@FreeBSD.org> | 2021-04-26 12:20:59 +0000 |
---|---|---|
committer | Mateusz Piotrowski <0mp@FreeBSD.org> | 2021-04-26 12:20:59 +0000 |
commit | b080275ea6e0c79e0b94974192eb6fe582180614 (patch) | |
tree | f25f1941618757dd2cf63e97f3491f730a682174 | |
parent | 3db08db20d14dfaf2ed4bc003fafc49a76dbe61c (diff) |
shells/modernish: Disable failing install-time tests
This issue has been reported upstream:
https://github.com/modernish/modernish/issues/10
-rw-r--r-- | shells/modernish/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/shells/modernish/Makefile b/shells/modernish/Makefile index 9c9a1e4958b7..096f3e312a7c 100644 --- a/shells/modernish/Makefile +++ b/shells/modernish/Makefile @@ -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} |