Date: Sat, 8 Feb 2014 15:24:35 +0000 (UTC) From: Martin Wilke <miwi@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r343349 - head/devel/binutils Message-ID: <201402081524.s18FOZGN044061@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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}/,@dirrm ,' >> ${TMPPLIST} + ${RM} ${STAGEDIR}${PREFIX}/include/ansidecl.h .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402081524.s18FOZGN044061>