svn commit: r425943 - head/net/socat

Mark Linimon linimon at FreeBSD.org
Sat Nov 12 11:47:43 UTC 2016


Author: linimon
Date: Sat Nov 12 11:47:42 2016
New Revision: 425943
URL: https://svnweb.freebsd.org/changeset/ports/425943

Log:
  Remove antique and now useless line about ARCH 'arm'.
  
  Reported by:	jbeich

Modified:
  head/net/socat/Makefile

Modified: head/net/socat/Makefile
==============================================================================
--- head/net/socat/Makefile	Sat Nov 12 11:17:05 2016	(r425942)
+++ head/net/socat/Makefile	Sat Nov 12 11:47:42 2016	(r425943)
@@ -45,8 +45,4 @@ do-install:
 	@${MKDIR} ${STAGEDIR}${DOCSDIR}
 	cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR}
 
-.if ${ARCH} == "arm"
-BROKEN=		Does not configure on arm
-.endif
-
 .include <bsd.port.post.mk>


More information about the svn-ports-all mailing list