diff options
| author | Baptiste Daroussin <bapt@FreeBSD.org> | 2026-03-08 08:37:08 +0000 |
|---|---|---|
| committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2026-03-08 08:37:24 +0000 |
| commit | 0ecac408887f1718bee4f5e27cd48dafb26e1c63 (patch) | |
| tree | d8c31ee68ef1c96d113fc6529b8b2e03aa0ec329 | |
| parent | 942473af4d96831fca7a793b54afad9f4f3aaa36 (diff) | |
net/ovhcloud-cli: override modules.txt to fix build
| -rw-r--r-- | net/ovhcloud-cli/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/ovhcloud-cli/Makefile b/net/ovhcloud-cli/Makefile index 8ec97d47a13e..bf69fb4d5ca3 100644 --- a/net/ovhcloud-cli/Makefile +++ b/net/ovhcloud-cli/Makefile @@ -93,6 +93,7 @@ GH_TUPLE= \ yuin:goldmark:v1.7.16:yuin_goldmark/vendor/github.com/yuin/goldmark post-extract: + @${CP} ${FILESDIR}/modules.txt ${WRKSRC}/vendor @${RM} -r ${WRKSRC}/vendor/github.com/charmbracelet/x/ansi @${RLN} ${WRKSRC_charmbracelet_x_ansi}/ansi ${WRKSRC}/vendor/github.com/charmbracelet/x/ansi @${RM} -r ${WRKSRC}/vendor/github.com/charmbracelet/x/cellbuf |
