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

(-)gmime26/Makefile (-3 / +2 lines)
Lines 35-41 Link Here
35
35
36
OPTIONS_DEFINE=	DOCS
36
OPTIONS_DEFINE=	DOCS
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 46-54 Link Here
46
PORTDOCS=	*
45
PORTDOCS=	*
47
46
48
post-install:
47
post-install:
49
	@${MKDIR} ${DOCSDIR}
48
	@${MKDIR} ${STAGEDIR}${DOCSDIR}
50
.for i in docs/reference/html/*
49
.for i in docs/reference/html/*
51
	${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR}
50
	${INSTALL_DATA} ${WRKSRC}/${i} ${STAGEDIR}${DOCSDIR}
52
.endfor
51
.endfor
53
.endif
52
.endif

Return to bug 183963