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

(-)Makefile 2024-01-14 23:19:33.294829000 +0000 (-1 / +1 lines)
Lines 127-133 Link Here
127
127
128
pre-su-install:
128
pre-su-install:
129
.if !(defined(BLAS_SLAVEPORT) || defined(CBLAS_SLAVEPORT) || defined(XLAPACK_SLAVEPORT) || defined(LAPACKE_SLAVEPORT))
129
.if !(defined(BLAS_SLAVEPORT) || defined(CBLAS_SLAVEPORT) || defined(XLAPACK_SLAVEPORT) || defined(LAPACKE_SLAVEPORT))
130
       cd ${WRKDIR} && ${FIND} man/man3 -type f | ${GREP} -v Users_julie | \
130
       cd ${WRKDIR} && ${FIND} man/man3 -type f | ${GREP} -v '/\._' | \
131
       tee ${WRKDIR}/manpages | ${SED} 's|^|share/|; s|$$|.gz|' >> ${TMPPLIST}
131
       tee ${WRKDIR}/manpages | ${SED} 's|^|share/|; s|$$|.gz|' >> ${TMPPLIST}
132
       cd ${WRKDIR} && \
132
       cd ${WRKDIR} && \
133
       ${XARGS} -J @ ${INSTALL_MAN} @ ${STAGEDIR}${PREFIX}/share/man/man3 < ${WRKDIR}/manpages
133
       ${XARGS} -J @ ${INSTALL_MAN} @ ${STAGEDIR}${PREFIX}/share/man/man3 < ${WRKDIR}/manpages
134
134

Return to bug 276345