1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-28 10:08:24 +00:00

x11/cde: Fix a typo

Reported by:	adridg
This commit is contained in:
Cy Schubert 2022-01-22 14:50:30 -08:00
parent 963fa28174
commit 235153c84f

View File

@ -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>