Stop trying to remove the empty lib/ for cloudabi find(1) complains about it on

FreeBSD 9. I have no time to investigated. Reverted make the package build again
This commit is contained in:
Baptiste Daroussin
2016-08-27 12:25:04 +00:00
parent e76da9426f
commit 504f74df0a

View File

@@ -109,7 +109,6 @@ post-install:
.endfor
.if defined(BUREMOVE) && ${BUREMOVE:Mld}
@${RM} -rf ${STAGEDIR}${PREFIX}/${BUTARGET}/lib/ldscripts
@${FIND} ${STAGEDIR}${PREFIX}/${BUTARGET}/lib -empty -delete
.endif
.include <bsd.port.post.mk>