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

(-)Makefile (-4 lines)
Lines 28-37 Link Here
28
28
29
.include <bsd.port.pre.mk>
29
.include <bsd.port.pre.mk>
30
30
31
.if ${ARCH} == "sparc64"
32
BROKEN=		Does not build on sparc64
33
.endif
34
35
do-install:
31
do-install:
36
	cd ${WRKSRC} && ./installer.sh --installdir ${PREFIX}
32
	cd ${WRKSRC} && ./installer.sh --installdir ${PREFIX}
37
	${INSTALL_MAN} ${WRKSRC}/files/development/rkhunter.8 ${MAN8PREFIX}/man/man8
33
	${INSTALL_MAN} ${WRKSRC}/files/development/rkhunter.8 ${MAN8PREFIX}/man/man8

Return to bug 99950