Mark as broken on tier-2: fails to install.

Hat:		portmgr
This commit is contained in:
Mark Linimon 2011-12-22 10:28:41 +00:00
parent b9d63ffb1a
commit 83b0b7ec4e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=287847

View file

@ -55,4 +55,10 @@ do-install:
@${MKDIR} ${PREFIX}/${SITE_PERL_REL}/${PORTNAME}/txt
${INSTALL_DATA} ${WRKSRC}/txt/*.txt ${PREFIX}/${SITE_PERL_REL}/${PORTNAME}/txt
.include <bsd.port.mk>
.include <bsd.port.pre.mk>
.if ${ARCH} == "ia64" || ${ARCH} == "powerpc" || ${ARCH} == "sparc64"
BROKEN= Does not install on ia64, powerpc, or sparc64
.endif
.include <bsd.port.post.mk>