diff options
| author | Yuri Victorovich <yuri@FreeBSD.org> | 2025-11-03 19:35:55 -0800 |
|---|---|---|
| committer | Yuri Victorovich <yuri@FreeBSD.org> | 2025-11-03 19:51:51 -0800 |
| commit | 2b71f4c92a0cbc9e201d866c9314d8f46bbc6d66 (patch) | |
| tree | af4302ec990f09431c7d2f22635ca659a94e9bc8 /misc/github-copilot-cli/Makefile | |
| parent | textproc/television: Update to 0.13.8 (diff) | |
misc/github-copilot-cli: update 0.0.353 → 0.0.354
Diffstat (limited to 'misc/github-copilot-cli/Makefile')
| -rw-r--r-- | misc/github-copilot-cli/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/github-copilot-cli/Makefile b/misc/github-copilot-cli/Makefile index 58a46babdfcc..c94c5ede9b0a 100644 --- a/misc/github-copilot-cli/Makefile +++ b/misc/github-copilot-cli/Makefile @@ -1,5 +1,5 @@ PORTNAME= github-copilot-cli -DISTVERSION= 0.0.353 +DISTVERSION= 0.0.354 CATEGORIES= misc # machine-learning DISTFILES= ${PORTNAME}-${DISTVERSION}${EXTRACT_SUFX} \ ${NODE_HEADERS}${EXTRACT_SUFX} @@ -115,7 +115,7 @@ do-install: cd ${WRKSRC} && \ ${COPYTREE_SHARE} . ${STAGEDIR}${PREFIX}/lib # remove *.node files for other OSes - @${FIND} ${STAGEDIR}${PREFIX}/lib/node_modules/${PACKAGE_NAME} -name "*.node" | \ + @${FIND} ${STAGEDIR}${PREFIX}/lib/node_modules/${PACKAGE_NAME} -name "*\\.node" | \ ${GREP} -v freebsd | \ ${XARGS} ${RM} # update shebang to use system node |
