diff options
author | Juraj Lutter <otis@FreeBSD.org> | 2023-03-31 09:08:29 +0200 |
---|---|---|
committer | Juraj Lutter <otis@FreeBSD.org> | 2023-03-31 17:55:14 +0200 |
commit | aa37f46f7d792e3a129179ee125f0a71cd39795c (patch) | |
tree | c19c1621e9079b207db7b1a346ebcb0764a0f6be | |
parent | 2b34623dd4efcaf529007ab40deb85da749e4028 (diff) | |
download | freebsd-ports-aa37f46f7d792e3a129179ee125f0a71cd39795c.zip |
www/node16: Fix pkg-plist with COREPACK enabled
Reported by: Jonathan Chen <jonc@chen.org.nz>
-rw-r--r-- | www/node16/pkg-plist | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/www/node16/pkg-plist b/www/node16/pkg-plist index 9f57d159a2da..304e152d53be 100644 --- a/www/node16/pkg-plist +++ b/www/node16/pkg-plist @@ -522,8 +522,6 @@ include/node/v8config.h %%COREPACK%%lib/node_modules/corepack/dist/npx.js %%COREPACK%%lib/node_modules/corepack/dist/pnpm.js %%COREPACK%%lib/node_modules/corepack/dist/pnpx.js -%%COREPACK%%lib/node_modules/corepack/dist/vcc.js -%%COREPACK%%lib/node_modules/corepack/dist/vendors-_yarn_berry_cache_proxy-agent-npm-5_0_0-41772f4b01-9_zip_node_modules_proxy-agent_index_js.js %%COREPACK%%lib/node_modules/corepack/dist/yarn.js %%COREPACK%%lib/node_modules/corepack/dist/yarnpkg.js %%COREPACK%%lib/node_modules/corepack/package.json |