Hi Denis,
I think there is still an issue with the nimble install (thanks for
that by the way, I was thinking of this myself):
do-install:
${INSTALL_PROGRAM_DIR} ${PREFIX}/bin
${INSTALL_PROGRAM} ${WRKSRC}/bin/nim ${PREFIX}/bin
+ ${INSTALL_PROGRAM} ${WRKSRC}/bin/nimble ${PREFIX}/bin
${INSTALL_DATA_DIR} ${PREFIX}/lib/nim
cp -R ${WRKSRC}/lib/* ${PREFIX}/lib/nim
chown -R ${LIBOWN}:${LIBGRP} ${PREFIX}/lib/nim
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/nim
${INSTALL_DATA} ${WRKSRC}/doc/*.txt ${PREFIX}/share/doc/nim
+ ${INSTALL_DATA_DIR} ${WRKINST}/etc/nim
+ ${INSTALL_DATA} ${WRKSRC}/config/*.cfg ${WRKINST}/etc/nim
The right-hand-side of ${INSTALL_DATA} or _DIR should include ${PREFIX}
not ${WRKINST}, no?
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/nim
${INSTALL_DATA} ${WRKSRC}/config/*.cfg ${PREFIX}/share/examples/nim
As used here.
John