aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2016-08-27 12:25:04 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2016-08-27 12:25:04 +0000
commit504f74df0a1803a4e663b8e32a6a856fd4dbb927 (patch)
tree6d91e58be60ca9ac14c3acff97df542086a93d24
parente76da9426f5d8a15c9e34aab4f58b259856184c3 (diff)
downloadports-504f74df0a1803a4e663b8e32a6a856fd4dbb927.tar.gz
ports-504f74df0a1803a4e663b8e32a6a856fd4dbb927.zip
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
Notes
Notes: svn path=/head/; revision=420974
-rw-r--r--devel/binutils/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/devel/binutils/Makefile b/devel/binutils/Makefile
index 98f712737cb9..60c63e517218 100644
--- a/devel/binutils/Makefile
+++ b/devel/binutils/Makefile
@@ -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>