diff options
Diffstat (limited to 'textproc/ruby-stringex/Makefile')
-rw-r--r-- | textproc/ruby-stringex/Makefile | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/textproc/ruby-stringex/Makefile b/textproc/ruby-stringex/Makefile index 2ee366d0073..f36dd6195bd 100644 --- a/textproc/ruby-stringex/Makefile +++ b/textproc/ruby-stringex/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.2 2010/12/04 04:35:38 taca Exp $ +# $NetBSD: Makefile,v 1.3 2011/06/19 03:40:08 taca Exp $ -DISTNAME= stringex-1.2.0 +DISTNAME= stringex-1.2.1 CATEGORIES= textproc MAINTAINER= pkgsrc-users@NetBSD.org @@ -8,11 +8,5 @@ HOMEPAGE= http://github.com/rsl/stringex COMMENT= Some (hopefully) useful extensions to Rubys String class LICENSE= mit -MAKE_ENV+= RUBYOPT="-Ku" - -# Encoding problem: need to be fixed. -RUBY_BUILD_RDOC= NO -RUBY_BUILD_RI= NO - .include "../../lang/ruby/gem.mk" .include "../../mk/bsd.pkg.mk" |