Date: Sat, 22 Jan 2022 22:57:41 GMT From: Cy Schubert <cy@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 235153c84f41 - main - x11/cde: Fix a typo Message-ID: <202201222257.20MMvffU067447@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by cy: URL: https://cgit.FreeBSD.org/ports/commit/?id=235153c84f41c06ba188bf3df297a6e87b2fe339 commit 235153c84f41c06ba188bf3df297a6e87b2fe339 Author: Cy Schubert <cy@FreeBSD.org> AuthorDate: 2022-01-22 22:50:30 +0000 Commit: Cy Schubert <cy@FreeBSD.org> CommitDate: 2022-01-22 22:57:33 +0000 x11/cde: Fix a typo Reported by: adridg --- x11/cde/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x11/cde/Makefile b/x11/cde/Makefile index 40e28fb6aadc..257ecc4ea23c 100644 --- a/x11/cde/Makefile +++ b/x11/cde/Makefile @@ -122,6 +122,6 @@ do-install: post-install: ${FIND} ${STAGEDIR}/${PREFIX}/dt -type f -exec ${SH} -c '${STRIP_CMD} {} > /dev/null 2>&1' \; # Only a problem on armv7 so far - ${FIND} ${STAGEDIR}/${PREFIX}/dt -type f -name 'exp.*' -delete + ${FIND} ${STAGEDIR}/${PREFIX}/dt -type f -name 'ecp.*' -delete .include <bsd.port.post.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202201222257.20MMvffU067447>