diff options
| author | Mark Linimon <linimon@FreeBSD.org> | 2011-12-12 00:42:48 +0000 | 
|---|---|---|
| committer | Mark Linimon <linimon@FreeBSD.org> | 2011-12-12 00:42:48 +0000 | 
| commit | a3a927e9f0ec6bc5840b6d3fc7502a5fa5ee796e (patch) | |
| tree | 62398b0b2e7306a9e35417848cd1a42230695576 | |
| parent | Restore usage of SRC_BASE lost in r1.5. (diff) | |
Make the IGNORE message more informative.
Feature safe:	yes
| -rw-r--r-- | irc/rubygem-cinch/Makefile | 2 | 
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> | 
