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

(-)xapian-core10/Makefile (-2 / +1 lines)
Lines 24-30 Link Here
24
24
25
DOCSDIR=	${PREFIX}/share/doc/${PORTNAME:S/10$//}
25
DOCSDIR=	${PREFIX}/share/doc/${PORTNAME:S/10$//}
26
26
27
NO_STAGE=	yes
28
.include <bsd.port.options.mk>
27
.include <bsd.port.options.mk>
29
28
30
.if empty(PORT_OPTIONS:MSSE2)
29
.if empty(PORT_OPTIONS:MSSE2)
Lines 33-39 Link Here
33
32
34
post-install:
33
post-install:
35
.for file in delve quest copydatabase
34
.for file in delve quest copydatabase
36
	${INSTALL_PROGRAM} ${WRKSRC}/examples/.libs/${file} ${PREFIX}/bin/xapian-${file}
35
	${INSTALL_PROGRAM} ${WRKSRC}/examples/.libs/${file} ${STAGEDIR}${PREFIX}/bin/xapian-${file}
37
.endfor
36
.endfor
38
.if	empty(PORT_OPTIONS:MDOCS)
37
.if	empty(PORT_OPTIONS:MDOCS)
39
	${RM} -rf ${DOCSDIR}
38
	${RM} -rf ${DOCSDIR}

Return to bug 192871