svn commit: r378430 - head/devel/binutils
Baptiste Daroussin
bapt at FreeBSD.org
Wed Feb 4 23:40:07 UTC 2015
Author: bapt
Date: Wed Feb 4 23:40:06 2015
New Revision: 378430
URL: https://svnweb.freebsd.org/changeset/ports/378430
QAT: https://qat.redports.org/buildarchive/r378430/
Log:
Remove @dirrm entries
Modified:
head/devel/binutils/Makefile
Modified: head/devel/binutils/Makefile
==============================================================================
--- head/devel/binutils/Makefile Wed Feb 4 23:31:36 2015 (r378429)
+++ head/devel/binutils/Makefile Wed Feb 4 23:40:06 2015 (r378430)
@@ -80,8 +80,6 @@ post-install:
.endif
@${FIND} -ds ${STAGEDIR}${PREFIX}/${CONFIGURE_TARGET} ! -type d | \
${SED} -e 's,^${STAGEDIR}${PREFIX}/,,' >> ${TMPPLIST}
- @${FIND} -ds ${STAGEDIR}${PREFIX}/${CONFIGURE_TARGET} -type d | \
- ${SED} -e 's,^${STAGEDIR}${PREFIX}/, at dirrm ,' >> ${TMPPLIST}
${RM} ${STAGEDIR}${PREFIX}/include/ansidecl.h
${REINPLACE_CMD} '/#include "ansidecl.h"/d' ${STAGEDIR}${PREFIX}/include/bfd.h
.else
More information about the svn-ports-all
mailing list