aboutsummaryrefslogtreecommitdiffstats
path: root/irc
diff options
context:
space:
mode:
authorlinimon <linimon@FreeBSD.org>2011-12-12 08:42:48 +0800
committerlinimon <linimon@FreeBSD.org>2011-12-12 08:42:48 +0800
commit2fc44695198d419e608a9c704d9504e583d9c102 (patch)
treeb3575763dd4d2b5abc6d8632ab4a4ca8b7a5043d /irc
parent0f1facddfe6c29cf0acdb5537d5b26f5953eaa33 (diff)
downloadfreebsd-ports-gnome-2fc44695198d419e608a9c704d9504e583d9c102.tar.gz
freebsd-ports-gnome-2fc44695198d419e608a9c704d9504e583d9c102.tar.zst
freebsd-ports-gnome-2fc44695198d419e608a9c704d9504e583d9c102.zip
Make the IGNORE message more informative.
Feature safe: yes
Diffstat (limited to 'irc')
-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>