svn commit: r374208 - head/dns/inadyn

Antoine Brodin antoine at FreeBSD.org
Sun Dec 7 14:50:13 UTC 2014


Author: antoine
Date: Sun Dec  7 14:50:12 2014
New Revision: 374208
URL: https://svnweb.freebsd.org/changeset/ports/374208
QAT: https://qat.redports.org/buildarchive/r374208/

Log:
  Remove linux binary from WRKSRC to prevent a random failure on install

Modified:
  head/dns/inadyn/Makefile

Modified: head/dns/inadyn/Makefile
==============================================================================
--- head/dns/inadyn/Makefile	Sun Dec  7 14:47:52 2014	(r374207)
+++ head/dns/inadyn/Makefile	Sun Dec  7 14:50:12 2014	(r374208)
@@ -24,6 +24,7 @@ OPTIONS_DEFINE=	DOCS
 
 post-extract:
 	@${MV} ${WRKDIR}/${PORTNAME} ${WRKSRC}
+	@${RM} ${WRKSRC}/bin/linux/inadyn
 
 post-patch:
 	@${REINPLACE_CMD} -e 's|gcc|$$\(CC\)|g' ${WRKSRC}/makefile


More information about the svn-ports-head mailing list