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

(-)Makefile (-7 / +1 lines)
Lines 25-36 Link Here
25
25
26
SUB_FILES=	pkg-message
26
SUB_FILES=	pkg-message
27
27
28
.include <bsd.port.pre.mk>
29
30
.if ${OSVERSION} < 500000
31
BROKEN=		Does not compile on FreeBSD 4.x
32
.endif
33
34
do-install:
28
do-install:
35
	@cd ${WRKSRC} && ${LOCALBASE}/bin/rake PREFIX=${PREFIX}/ ${INSTALL_TARGET}
29
	@cd ${WRKSRC} && ${LOCALBASE}/bin/rake PREFIX=${PREFIX}/ ${INSTALL_TARGET}
36
30
Lines 39-42 Link Here
39
	@${CAT} ${PKGMESSAGE}
33
	@${CAT} ${PKGMESSAGE}
40
	@${ECHO_MSG}
34
	@${ECHO_MSG}
41
35
42
.include <bsd.port.post.mk>
36
.include <bsd.port.mk>

Return to bug 111697