svn commit: r420974 - head/devel/binutils

Baptiste Daroussin bapt at FreeBSD.org
Sat Aug 27 12:25:05 UTC 2016


Author: bapt
Date: Sat Aug 27 12:25:04 2016
New Revision: 420974
URL: https://svnweb.freebsd.org/changeset/ports/420974

Log:
  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

Modified:
  head/devel/binutils/Makefile

Modified: head/devel/binutils/Makefile
==============================================================================
--- head/devel/binutils/Makefile	Sat Aug 27 12:23:58 2016	(r420973)
+++ head/devel/binutils/Makefile	Sat Aug 27 12:25:04 2016	(r420974)
@@ -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>


More information about the svn-ports-all mailing list