diff options
author | rodent <rodent@pkgsrc.org> | 2013-04-08 11:17:08 +0000 |
---|---|---|
committer | rodent <rodent@pkgsrc.org> | 2013-04-08 11:17:08 +0000 |
commit | 2ab539dcf6641013cf030237fb4971b6a93757f5 (patch) | |
tree | a54d33520d98c61ee2a68e3afa6cf5aa83a00659 /lang/ruby | |
parent | 1054a5082d340e88a0cf0e94890180a792e2e11a (diff) | |
download | pkgsrc-2ab539dcf6641013cf030237fb4971b6a93757f5.tar.gz |
Remove "Trailing empty lines." and/or "Trailing white-space."
Diffstat (limited to 'lang/ruby')
-rw-r--r-- | lang/ruby/gem.mk | 14 | ||||
-rw-r--r-- | lang/ruby/rubyversion.mk | 6 |
2 files changed, 10 insertions, 10 deletions
diff --git a/lang/ruby/gem.mk b/lang/ruby/gem.mk index 39359c0a1e2..3fc82111d47 100644 --- a/lang/ruby/gem.mk +++ b/lang/ruby/gem.mk @@ -1,4 +1,4 @@ -# $NetBSD: gem.mk,v 1.19 2013/04/02 15:22:39 taca Exp $ +# $NetBSD: gem.mk,v 1.20 2013/04/08 11:17:15 rodent Exp $ # # This Makefile fragment is intended to be included by packages that build # and install Ruby gems. @@ -26,16 +26,16 @@ # When gemspec contains "json~>1.4.7" as runtime dependency # (i.e. json>=1.4.7<1.5) and if you want to relax it to # "json>=1.4.6" then use: -# +# # OVERRIDE_GEMSPEC+= json>=1.4.6 -# +# # If you want to change depending gem to "json_pure>=1.4.6" # then use: -# +# # OVERRIDE_GEMSPEC+= json:json_pure>=1.4.6 -# +# # You can also remove dependency: -# +# # OVERRIDE_GEMSPEC+= json: # # (2) Modify instance of gemspec. @@ -89,7 +89,7 @@ # # Example: # -# GEM_CLEANBUILD= *.o *.${RUBY_DLEXT} mkmf.log +# GEM_CLEANBUILD= *.o *.${RUBY_DLEXT} mkmf.log # # GEM_NAME # The name of the gem to install. The default value is ${DISTNAME}. diff --git a/lang/ruby/rubyversion.mk b/lang/ruby/rubyversion.mk index d1449ae7e54..ef64b804fcf 100644 --- a/lang/ruby/rubyversion.mk +++ b/lang/ruby/rubyversion.mk @@ -1,4 +1,4 @@ -# $NetBSD: rubyversion.mk,v 1.96 2013/04/04 13:30:07 obache Exp $ +# $NetBSD: rubyversion.mk,v 1.97 2013/04/08 11:17:15 rodent Exp $ # # This file determines which Ruby version is used as a dependency for @@ -110,7 +110,7 @@ # # RUBY_VERSION_FULL # Version of Ruby including patchlevel. -# +# # RUBY_BASE # Name of ruby base package's name. # @@ -176,7 +176,7 @@ # # RUBY_GEM_BASE # common GEM directory. -# +# # GEM_HOME # version specific GEM directory. # |