aboutsummaryrefslogtreecommitdiff
path: root/www/node/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'www/node/Makefile')
-rw-r--r--www/node/Makefile10
1 files changed, 3 insertions, 7 deletions
diff --git a/www/node/Makefile b/www/node/Makefile
index 14d2f2c2acc3..91577b02ca17 100644
--- a/www/node/Makefile
+++ b/www/node/Makefile
@@ -2,10 +2,10 @@
# $FreeBSD$
PORTNAME= node
-PORTVERSION= 0.12.3
+PORTVERSION= 0.12.4
+DISTVERSIONPREFIX= v
CATEGORIES= www
MASTER_SITES= http://nodejs.org/dist/v${PORTVERSION}/
-DISTNAME= ${PORTNAME}-v${PORTVERSION}
MAINTAINER= linpct@gmail.com
COMMENT= V8 JavaScript for client and server
@@ -50,10 +50,6 @@ post-patch:
${WRKSRC}/deps/v8/src/d8.gyp
post-install:
- ${MKDIR} ${STAGEDIR}${PREFIX}/lib/node_modules/
- ${TOUCH} ${STAGEDIR}${PREFIX}/lib/node_modules/.keepme
- @${ECHO_MSG}
- @${ECHO_MSG} "Note: If you need npm (Node Package Manager), please install www/npm."
- @${ECHO_MSG}
+ ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/node
.include <bsd.port.post.mk>