1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

Mark slave port x11-themes/kde-icons-crystal-project as broken on powerpc.

This is some kind of wierd problem in /bin/sh, it seems.

Hat:		portmgr
This commit is contained in:
Mark Linimon 2010-06-02 20:38:21 +00:00
parent c213977ce0
commit cf61272f3f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=255584

View File

@ -100,4 +100,10 @@ do-install: annotate-install generate-install-scripts generate-tmpplist install-
post-install:
@${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>
.include <bsd.port.pre.mk>
.if ${ARCH} == "powerpc" && ${PORTNAME} == "crystal-project"
BROKEN= Does not install on powerpc: syntax error in files.sh
.endif
.include <bsd.port.post.mk>