Remove antique and now useless line about ARCH 'arm'.

Reported by:	jbeich
This commit is contained in:
Mark Linimon 2016-11-12 11:47:42 +00:00
parent a81024de94
commit 784d6bd7d2
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=425943

View file

@ -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>