mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
Set executable bit on lib/node_modules/npm/bin/npm-cli.js
This fixes runtime
This commit is contained in:
parent
2386fe188b
commit
e6a4767a94
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=436113
2 changed files with 2 additions and 1 deletions
|
@ -3,6 +3,7 @@
|
||||||
|
|
||||||
PORTNAME= npm
|
PORTNAME= npm
|
||||||
PORTVERSION= 4.3.0
|
PORTVERSION= 4.3.0
|
||||||
|
PORTREVISION= 1
|
||||||
CATEGORIES= www
|
CATEGORIES= www
|
||||||
MASTER_SITES= LOCAL/sunpoet
|
MASTER_SITES= LOCAL/sunpoet
|
||||||
|
|
||||||
|
|
|
@ -14,7 +14,7 @@ lib/node_modules/npm/appveyor.yml
|
||||||
@(,,755) lib/node_modules/npm/bin/node-gyp-bin/node-gyp
|
@(,,755) lib/node_modules/npm/bin/node-gyp-bin/node-gyp
|
||||||
lib/node_modules/npm/bin/node-gyp-bin/node-gyp.cmd
|
lib/node_modules/npm/bin/node-gyp-bin/node-gyp.cmd
|
||||||
lib/node_modules/npm/bin/npm
|
lib/node_modules/npm/bin/npm
|
||||||
lib/node_modules/npm/bin/npm-cli.js
|
@(,,755) lib/node_modules/npm/bin/npm-cli.js
|
||||||
lib/node_modules/npm/bin/npm.cmd
|
lib/node_modules/npm/bin/npm.cmd
|
||||||
lib/node_modules/npm/bin/read-package-json.js
|
lib/node_modules/npm/bin/read-package-json.js
|
||||||
lib/node_modules/npm/changelogs/CHANGELOG-1.md
|
lib/node_modules/npm/changelogs/CHANGELOG-1.md
|
||||||
|
|
Loading…
Add table
Reference in a new issue