View | Details | Raw Unified | Return to bug 268485 | Differences between
and this patch

Collapse All | Expand All

(-)b/Makefile (+2 lines)
Lines 26-31 OPTIONS_DEFINE= EXAMPLES Link Here
26
post-install:
26
post-install:
27
               ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
27
               ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
28
               ${STAGEDIR}${PREFIX}/bin/${PORTNAME} --gen-manpage > ${WRKSRC}/${PORTNAME}.8
29
               ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.8 ${STAGEDIR}${PREFIX}/share/man/man8
28
post-install-EXAMPLES-on:
30
post-install-EXAMPLES-on:
29
               ${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
31
               ${MKDIR} ${STAGEDIR}${EXAMPLESDIR}

Return to bug 268485