mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
Mark as broken on tier-2: fails to install.
Hat: portmgr
This commit is contained in:
parent
b9d63ffb1a
commit
83b0b7ec4e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=287847
1 changed files with 7 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue