math/lapack: fix macOS metafiles installed as manpages
PR: 276345 Reported by: jamie@catflap.org
This commit is contained in:
parent
b68471cbdb
commit
12c308d116
@ -1,7 +1,7 @@
|
|||||||
PORTNAME?= lapack
|
PORTNAME?= lapack
|
||||||
PORTVERSION= 3.12.0
|
PORTVERSION= 3.12.0
|
||||||
.if !(defined(BLAS_SLAVEPORT) || defined(CBLAS_SLAVEPORT) || defined(XLAPACK_SLAVEPORT) || defined(LAPACKE_SLAVEPORT))
|
.if !(defined(BLAS_SLAVEPORT) || defined(CBLAS_SLAVEPORT) || defined(XLAPACK_SLAVEPORT) || defined(LAPACKE_SLAVEPORT))
|
||||||
PORTREVISION= 1
|
PORTREVISION= 2
|
||||||
.else
|
.else
|
||||||
PORTREVISION?= 1 # Never remove this line, keep PORTREVISION?=0 in case.
|
PORTREVISION?= 1 # Never remove this line, keep PORTREVISION?=0 in case.
|
||||||
.endif
|
.endif
|
||||||
@ -127,7 +127,7 @@ post-build:
|
|||||||
|
|
||||||
pre-su-install:
|
pre-su-install:
|
||||||
.if !(defined(BLAS_SLAVEPORT) || defined(CBLAS_SLAVEPORT) || defined(XLAPACK_SLAVEPORT) || defined(LAPACKE_SLAVEPORT))
|
.if !(defined(BLAS_SLAVEPORT) || defined(CBLAS_SLAVEPORT) || defined(XLAPACK_SLAVEPORT) || defined(LAPACKE_SLAVEPORT))
|
||||||
cd ${WRKDIR} && ${FIND} man/man3 -type f | ${GREP} -v Users_julie | \
|
cd ${WRKDIR} && ${FIND} man/man3 -type f | ${GREP} -v '/\._' | \
|
||||||
tee ${WRKDIR}/manpages | ${SED} 's|^|share/|; s|$$|.gz|' >> ${TMPPLIST}
|
tee ${WRKDIR}/manpages | ${SED} 's|^|share/|; s|$$|.gz|' >> ${TMPPLIST}
|
||||||
cd ${WRKDIR} && \
|
cd ${WRKDIR} && \
|
||||||
${XARGS} -J @ ${INSTALL_MAN} @ ${STAGEDIR}${PREFIX}/share/man/man3 < ${WRKDIR}/manpages
|
${XARGS} -J @ ${INSTALL_MAN} @ ${STAGEDIR}${PREFIX}/share/man/man3 < ${WRKDIR}/manpages
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user