Date: Mon, 26 Apr 2021 12:22:34 GMT From: Mateusz Piotrowski <0mp@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: b080275ea6e0 - main - shells/modernish: Disable failing install-time tests Message-ID: <202104261222.13QCMYcu044887@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by 0mp: URL: https://cgit.FreeBSD.org/ports/commit/?id=b080275ea6e0c79e0b94974192eb6fe582180614 commit b080275ea6e0c79e0b94974192eb6fe582180614 Author: Mateusz Piotrowski <0mp@FreeBSD.org> AuthorDate: 2021-04-26 12:20:59 +0000 Commit: Mateusz Piotrowski <0mp@FreeBSD.org> CommitDate: 2021-04-26 12:20:59 +0000 shells/modernish: Disable failing install-time tests This issue has been reported upstream: https://github.com/modernish/modernish/issues/10 --- shells/modernish/Makefile | 5 +++++ 1 file changed, 5 insertions(+) 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}home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202104261222.13QCMYcu044887>
