diff options
author | Mateusz Piotrowski <0mp@FreeBSD.org> | 2020-10-26 18:55:36 +0000 |
---|---|---|
committer | Mateusz Piotrowski <0mp@FreeBSD.org> | 2020-10-26 18:55:36 +0000 |
commit | 69088bba08e89a8eb3582edc38391fdf377de38c (patch) | |
tree | b2fa1811bb84539216457c6cb739fc67d0532fbc /sysutils/rubygem-bundler1 | |
parent | 5ed5d4583640b125914d1107aea20cbc6c335604 (diff) | |
download | ports-69088bba08e89a8eb3582edc38391fdf377de38c.tar.gz ports-69088bba08e89a8eb3582edc38391fdf377de38c.zip |
Stylize Ruby properly in COMMENTs
Approved by: portmgr blanket
Notes
Notes:
svn path=/head/; revision=553374
Diffstat (limited to 'sysutils/rubygem-bundler1')
-rw-r--r-- | sysutils/rubygem-bundler1/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/rubygem-bundler1/Makefile b/sysutils/rubygem-bundler1/Makefile index 26f5514ba268..79723d5c7d17 100644 --- a/sysutils/rubygem-bundler1/Makefile +++ b/sysutils/rubygem-bundler1/Makefile @@ -8,7 +8,7 @@ PKGNAMESUFFIX= 1 MASTER_SITES= RG MAINTAINER= ruby@FreeBSD.org -COMMENT= Tool that manages gem dependencies for ruby applications +COMMENT= Tool that manages gem dependencies for Ruby applications LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.md |