diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2013-08-26 15:59:16 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2013-08-26 15:59:16 +0000 |
commit | 3af54f2d0c3a2f038cc92d1e368b6500eb1bbc0f (patch) | |
tree | 80865205dd89dae39ff057f60508704fd52d1467 /www | |
parent | 06a297bd4a3a142ff3c3be8006b4012950964367 (diff) |
- Add executable bit for node-gyp
- Bump PORTREVISION for package change
Notified by: vanilla
Notes
Notes:
svn path=/head/; revision=325400
Diffstat (limited to 'www')
-rw-r--r-- | www/npm/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/www/npm/Makefile b/www/npm/Makefile index 968b5cd2dd43..9956b3c5620e 100644 --- a/www/npm/Makefile +++ b/www/npm/Makefile @@ -3,6 +3,7 @@ PORTNAME= npm PORTVERSION= 1.3.8 +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= LOCAL/sunpoet @@ -59,6 +60,7 @@ post-patch: post-install: @${INSTALL_DATA} ${WRKDIR}/npm.conf ${PREFIX}/etc/man.d/npm.conf + @${CHMOD} +x ${PREFIX}/lib/node_modules/npm/bin/node-gyp-bin/node-gyp # maintainer section: # require: bash, git, gmake, node |