I have the exact same problem as in this thread but I can't find any line in the Makefile that points to the port being installed. the port's name is lmms and I can see the lmms binary file in /usr/local/bin. this is the error:
here's the Makefile: https://ghostbin.com/paste/s9zYc
This is the part that I think is relevant:
Code:
pkg-static: Unable to access file /usr/ports/audio/lmms/work/stage/usr/local/share/bash-completion/completions/lmms:No such file or directory
here's the Makefile: https://ghostbin.com/paste/s9zYc
This is the part that I think is relevant:
Code:
post-patch:
@${REINPLACE_CMD} 's|/usr|${LOCALBASE}|g' ${WRKSRC}/src/core/ConfigManager.cpp
@${REINPLACE_CMD} 's|/usr/local|${LOCALBASE}|g' \
${WRKSRC}/src/core/LadspaManager.cpp
@${REINPLACE_CMD} -e 's/lib64/lib/' \
${WRKSRC}/cmake/modules/DetectMachine.cmake
@${REINPLACE_CMD} 's,share/man/,man/,g' ${WRKSRC}/src/CMakeLists.txt
post-patch-OSS-off:
@${REINPLACE_CMD} \
-e 's|SET(LMMS_HAVE_OSS TRUE)|SET(LMMS_HAVE_OSS FALSE)|; \
s|SET(STATUS_OSS "OK")|SET(STATUS_OSS "<disabled>")|' \
${WRKSRC}/CMakeLists.txt
post-install:
@${RLN} ${STAGEDIR}${DATADIR}/themes/default/icon.png \
${STAGEDIR}${PREFIX}/share/pixmaps/lmms.png