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

(-)gmime2/Makefile (-3 / +2 lines)
Lines 35-41 Link Here
35
35
36
PORTDOCS=	*
36
PORTDOCS=	*
37
37
38
NO_STAGE=	yes
39
.include <bsd.port.options.mk>
38
.include <bsd.port.options.mk>
40
39
41
post-patch:
40
post-patch:
Lines 45-53 Link Here
45
44
46
post-install:
45
post-install:
47
.if  ${PORT_OPTIONS:MDOCS}
46
.if  ${PORT_OPTIONS:MDOCS}
48
	@${MKDIR} ${DOCSDIR}
47
	@${MKDIR} ${STAGEDIR}${DOCSDIR}
49
.for i in docs/reference/html/*
48
.for i in docs/reference/html/*
50
	${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR}
49
	${INSTALL_DATA} ${WRKSRC}/${i} ${STAGEDIR}${DOCSDIR}
51
.endfor
50
.endfor
52
.endif
51
.endif

Return to bug 183966