git: 235153c84f41 - main - x11/cde: Fix a typo
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 22 Jan 2022 22:57:41 UTC
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>