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

(-)Makefile (-2 / +2 lines)
Lines 47-54 Link Here
47
47
48
.if empty(PORT_OPTIONS:MDOCS)
48
.if empty(PORT_OPTIONS:MDOCS)
49
post-install:
49
post-install:
50
	${RM} ${DOCSDIR}/manual.html
50
	${RM} ${STAGEDIR}${DOCSDIR}/manual.html
51
	${RMDIR} ${DOCSDIR}
51
	${RMDIR} ${STAGEDIR}${DOCSDIR}
52
.endif
52
.endif
53
53
54
.include <bsd.port.mk>
54
.include <bsd.port.mk>

Return to bug 188390