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:
parent
963fa28174
commit
235153c84f
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user