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

(-)Makefile (-7 / +1 lines)
Lines 20-32 Link Here
20
USE_RUBY=	yes
20
USE_RUBY=	yes
21
NO_BUILD=	yes
21
NO_BUILD=	yes
22
22
23
.include <bsd.port.pre.mk>
24
25
.if ${OSVERSION} < 500000
26
BROKEN=		Does not compile on FreeBSD 4.x
27
.endif
28
29
do-install:
23
do-install:
30
	@cd ${WRKSRC} && ${LOCALBASE}/bin/rake PREFIX=${PREFIX}/ ${INSTALL_TARGET}
24
	@cd ${WRKSRC} && ${LOCALBASE}/bin/rake PREFIX=${PREFIX}/ ${INSTALL_TARGET}
31
25
32
.include <bsd.port.post.mk>
26
.include <bsd.port.mk>

Return to bug 111689