diff options
author | Carlo Strub <cs@FreeBSD.org> | 2012-07-29 11:17:02 +0000 |
---|---|---|
committer | Carlo Strub <cs@FreeBSD.org> | 2012-07-29 11:17:02 +0000 |
commit | db5e2bc177bb65441e84bbbe4eeb528ac1a02a9c (patch) | |
tree | 6e58271bb0bfc3a6415cfc22c973b5f48162267b /www/node | |
parent | 65519c8f20ef36f6c5ec6ecb5604d1e959a01e09 (diff) |
Fix typos in COMMENT
Approved by: portmgr@ (implicit)
Notes
Notes:
svn path=/head/; revision=301684
Diffstat (limited to 'www/node')
-rw-r--r-- | www/node/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/node/Makefile b/www/node/Makefile index 2e125b05ffc5..fcecdb4af551 100644 --- a/www/node/Makefile +++ b/www/node/Makefile @@ -12,7 +12,7 @@ MASTER_SITES= http://nodejs.org/dist/v${PORTVERSION}/ DISTNAME= ${PORTNAME}-v${PORTVERSION} MAINTAINER= linpct@gmail.com -COMMENT= V8 javascript for client and server +COMMENT= V8 JavaScript for client and server LIB_DEPENDS= execinfo.1:${PORTSDIR}/devel/libexecinfo |