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

Collapse All | Expand All

(-)b/Mk/Uses/cran.mk (+4 lines)
Lines 78-84 cran-auto-plist: Link Here
78
.endif
78
.endif
79
79
80
.if ${cran_ARGS:Mcompiles}
80
.if ${cran_ARGS:Mcompiles}
81
_USES_install+= 755:cran-strip
82
cran-strip:
83
	${FIND} ${STAGEDIR}${PREFIX}/${R_MOD_DIR} -name '*.so' -exec ${STRIP_CMD} {} +
81
.include "${PORTSDIR}/math/R/compiler.mk"
84
.include "${PORTSDIR}/math/R/compiler.mk"
85
.include "${USESDIR}/fortran.mk"
82
.endif
86
.endif
83
87
84
.endif #_INCLUDE_USES_CRAN_MK
88
.endif #_INCLUDE_USES_CRAN_MK

Return to bug 211891