diff options
author | antoine <antoine@FreeBSD.org> | 2017-03-14 06:34:06 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2017-03-14 06:34:06 +0800 |
commit | 2369128f35835fdfd9e7063039cc8be2f6359c5d (patch) | |
tree | c496d48a11af3ff11070db1ff0a06fb52ed0d4f0 /www/npm | |
parent | daf62b64cedecd6515be593a21aa9ec74ec6326c (diff) | |
download | freebsd-ports-gnome-2369128f35835fdfd9e7063039cc8be2f6359c5d.tar.gz freebsd-ports-gnome-2369128f35835fdfd9e7063039cc8be2f6359c5d.tar.zst freebsd-ports-gnome-2369128f35835fdfd9e7063039cc8be2f6359c5d.zip |
Set executable bit on lib/node_modules/npm/bin/npm-cli.js
This fixes runtime
Diffstat (limited to 'www/npm')
-rw-r--r-- | www/npm/Makefile | 1 | ||||
-rw-r--r-- | www/npm/pkg-plist | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/www/npm/Makefile b/www/npm/Makefile index 254fb343e6de..71959a05699e 100644 --- a/www/npm/Makefile +++ b/www/npm/Makefile @@ -3,6 +3,7 @@ PORTNAME= npm PORTVERSION= 4.3.0 +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= LOCAL/sunpoet diff --git a/www/npm/pkg-plist b/www/npm/pkg-plist index d725442c290c..6f913579ab9d 100644 --- a/www/npm/pkg-plist +++ b/www/npm/pkg-plist @@ -14,7 +14,7 @@ lib/node_modules/npm/appveyor.yml @(,,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/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/read-package-json.js lib/node_modules/npm/changelogs/CHANGELOG-1.md |