Update
This commit is contained in:
@ -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>
|
||||
|
||||
Reference in New Issue
Block a user