svn commit: r343349 - head/devel/binutils

Martin Wilke miwi at FreeBSD.org
Sat Feb 8 15:24:35 UTC 2014


Author: miwi
Date: Sat Feb  8 15:24:34 2014
New Revision: 343349
URL: http://svnweb.freebsd.org/changeset/ports/343349
QAT: https://qat.redports.org/buildarchive/r343349/

Log:
  - Make sure include/ansidecl.h gets really removed

Modified:
  head/devel/binutils/Makefile

Modified: head/devel/binutils/Makefile
==============================================================================
--- head/devel/binutils/Makefile	Sat Feb  8 15:19:48 2014	(r343348)
+++ head/devel/binutils/Makefile	Sat Feb  8 15:24:34 2014	(r343349)
@@ -76,5 +76,6 @@ post-install:
 		${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
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list