View | Details | Raw Unified | Return to bug 75750
Collapse All | Expand All

(-)games/wormux/Makefile (+4 lines)
Lines 33-38 Link Here
33
33
34
.include <bsd.port.pre.mk>
34
.include <bsd.port.pre.mk>
35
35
36
.if ${ARCH} == "amd64"
37
BROKEN=		"Does not compile on amd64"
38
.endif
39
36
post-install:
40
post-install:
37
.for dir in ${PREFIX}/share/${PORTNAME}
41
.for dir in ${PREFIX}/share/${PORTNAME}
38
	@${FIND} ${dir} ! -type d | \
42
	@${FIND} ${dir} ! -type d | \

Return to bug 75750