summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2011-12-12 00:42:48 +0000
committerMark Linimon <linimon@FreeBSD.org>2011-12-12 00:42:48 +0000
commita3a927e9f0ec6bc5840b6d3fc7502a5fa5ee796e (patch)
tree62398b0b2e7306a9e35417848cd1a42230695576
parentRestore usage of SRC_BASE lost in r1.5. (diff)
Make the IGNORE message more informative.
Feature safe: yes
-rw-r--r--irc/rubygem-cinch/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/irc/rubygem-cinch/Makefile b/irc/rubygem-cinch/Makefile
index 5b1ef627e1e8..e8f3b7cd93d5 100644
--- a/irc/rubygem-cinch/Makefile
+++ b/irc/rubygem-cinch/Makefile
@@ -19,6 +19,6 @@ RUBYGEM_AUTOPLIST= yes
.include <bsd.port.pre.mk>
.if ${RUBY_VER} == 1.8
-IGNORE= Only works with 1.9
+IGNORE= only works with Ruby 1.9
.endif
.include <bsd.port.post.mk>