svn commit: r325400 - head/www/npm
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Mon Aug 26 15:59:17 UTC 2013
Author: sunpoet
Date: Mon Aug 26 15:59:16 2013
New Revision: 325400
URL: http://svnweb.freebsd.org/changeset/ports/325400
Log:
- Add executable bit for node-gyp
- Bump PORTREVISION for package change
Notified by: vanilla
Modified:
head/www/npm/Makefile
Modified: head/www/npm/Makefile
==============================================================================
--- head/www/npm/Makefile Mon Aug 26 14:34:21 2013 (r325399)
+++ head/www/npm/Makefile Mon Aug 26 15:59:16 2013 (r325400)
@@ -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
More information about the svn-ports-head
mailing list