Lines 1-5
Link Here
|
1 |
PORTNAME= nim |
1 |
PORTNAME= nim |
2 |
DISTVERSION= 1.6.12 |
2 |
DISTVERSION= 1.6.12 |
|
|
3 |
PORTREVISION= 1 |
3 |
CATEGORIES= lang |
4 |
CATEGORIES= lang |
4 |
MASTER_SITES= https://nim-lang.org/download/ |
5 |
MASTER_SITES= https://nim-lang.org/download/ |
5 |
|
6 |
|
Lines 81-86
do-install:
Link Here
|
81 |
# Install nim lib files |
82 |
# Install nim lib files |
82 |
${MKDIR} ${STAGEDIR}${PREFIX}/lib/${PORTNAME} |
83 |
${MKDIR} ${STAGEDIR}${PREFIX}/lib/${PORTNAME} |
83 |
(cd ${WRKSRC}/lib && ${COPYTREE_SHARE} . ${STAGEDIR}${PREFIX}/lib/${PORTNAME} "! -name libnimrtl.so") |
84 |
(cd ${WRKSRC}/lib && ${COPYTREE_SHARE} . ${STAGEDIR}${PREFIX}/lib/${PORTNAME} "! -name libnimrtl.so") |
|
|
85 |
${REINPLACE_CMD} 's/\.\.\/doc/\/usr\/local\/share\/doc\/nim/g' ${WRKSRC}/compiler/commands.nim |
84 |
${MKDIR} ${STAGEDIR}${PREFIX}/lib/${PORTNAME}/compiler |
86 |
${MKDIR} ${STAGEDIR}${PREFIX}/lib/${PORTNAME}/compiler |
85 |
(cd ${WRKSRC}/compiler && ${COPYTREE_SHARE} . ${STAGEDIR}${PREFIX}/lib/${PORTNAME}/compiler "! -name nim ! -name nim1") |
87 |
(cd ${WRKSRC}/compiler && ${COPYTREE_SHARE} . ${STAGEDIR}${PREFIX}/lib/${PORTNAME}/compiler "! -name nim ! -name nim1") |
86 |
# Configuration files |
88 |
# Configuration files |