aboutsummaryrefslogtreecommitdiff
path: root/x11/cde
diff options
context:
space:
mode:
authorCy Schubert <cy@FreeBSD.org>2022-01-22 22:50:30 +0000
committerCy Schubert <cy@FreeBSD.org>2022-01-22 22:57:33 +0000
commit235153c84f41c06ba188bf3df297a6e87b2fe339 (patch)
treec53b7b3a185a15a8191c153f5fefabe887b30491 /x11/cde
parent963fa28174150c5b2333bc48bb8c586efed12309 (diff)
downloadports-235153c84f41c06ba188bf3df297a6e87b2fe339.tar.gz
ports-235153c84f41c06ba188bf3df297a6e87b2fe339.zip
Diffstat (limited to 'x11/cde')
-rw-r--r--x11/cde/Makefile2
1 files changed, 1 insertions, 1 deletions
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>