This commit is contained in:
2025-02-20 10:15:18 +01:00
parent 51d45e9bae
commit 5b4804de0e
2 changed files with 85 additions and 85 deletions

View File

@ -44,9 +44,10 @@ do-install:
.endfor
#${MKDIR} ${STAGEDIR}${DATADIR}/examples
${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
(cd ${WRKSRC}/examples && ${COPYTREE_SHARE} . ${STAGEDIR}${EXAMPLESDIR}/)
${MKDIR} ${STAGEDIR}${DATADIR}/lib
${MKDIR} ${STAGEDIR}${DATADIR}/pipelines
(cd ${WRKSRC}/ && ${COPYTREE_SHARE} "examples lib pipelines" ${STAGEDIR}${DATADIR}/)
(cd ${WRKSRC}/ && ${COPYTREE_SHARE} "lib pipelines" ${STAGEDIR}${DATADIR}/)
${RLN} ${STAGEDIR}${ETCDIR} ${STAGEDIR}${DATADIR}/config
.include <bsd.port.mk>