diff options
author | Jimmy Olgeni <olgeni@FreeBSD.org> | 2014-07-05 19:27:03 +0000 |
---|---|---|
committer | Jimmy Olgeni <olgeni@FreeBSD.org> | 2014-07-05 19:27:03 +0000 |
commit | 021be14f65e3b732ae6982186bf54dbd69a69883 (patch) | |
tree | 549a2be83e3dcddc6f89b8dad7a2a0255a9fc86a /lang/jruby | |
parent | b72419c1f0f62f8e6230d2844e52e07d11a96053 (diff) | |
download | freebsd-ports-021be14f65e3b732ae6982186bf54dbd69a69883.zip |
Remove indefinite articles and trailing periods from COMMENT, plus minor
COMMENT typos and surrounding whitespace fixes. A few Makefiles where not
included as they contain Latin-1 characters that break the Phabricator
workflow. Categories J-L.
CR: D305
Approved by: portmgr (swills)
Diffstat (limited to 'lang/jruby')
-rw-r--r-- | lang/jruby/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/jruby/Makefile b/lang/jruby/Makefile index 36abb70e7dd2..42d174355ce6 100644 --- a/lang/jruby/Makefile +++ b/lang/jruby/Makefile @@ -8,7 +8,7 @@ MASTER_SITES= http://jruby.org.s3.amazonaws.com/downloads/${PORTVERSION}/ DISTNAME= ${PORTNAME}-bin-${PORTVERSION} MAINTAINER= ruby@FreeBSD.org -COMMENT= An implementation of Ruby Interpreter in Pure Java +COMMENT= Implementation of Ruby Interpreter in Pure Java RUN_DEPENDS= bash:${PORTSDIR}/shells/bash |