diff options
author | taca <taca@pkgsrc.org> | 2007-06-10 13:47:03 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2007-06-10 13:47:03 +0000 |
commit | 22cc689545927c62bcad3da9bb867ff666eec1b7 (patch) | |
tree | 246d6068ed641366902528b2d07e3fc1a35e9d11 /lang | |
parent | e2d4932ed91562c23624db43ee3308d6c89c5c8f (diff) | |
download | pkgsrc-22cc689545927c62bcad3da9bb867ff666eec1b7.tar.gz |
Correct RUBY_DISTNAME with RUBY_PATCH_LEVEL set.
Diffstat (limited to 'lang')
-rw-r--r-- | lang/ruby/Makefile.common | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/ruby/Makefile.common b/lang/ruby/Makefile.common index c3ae5168ae6..1dd04d76163 100644 --- a/lang/ruby/Makefile.common +++ b/lang/ruby/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.14 2007/03/15 16:41:01 taca Exp $ +# $NetBSD: Makefile.common,v 1.15 2007/06/10 13:47:03 taca Exp $ # # Ruby base distribution common definition @@ -28,7 +28,7 @@ RUBY_HOMEPAGE= http://www.ruby-lang.org/en/ # common default .if !empty(RUBY_PATCH_LEVEL) -RUBY_DISTNAME?= ruby-${RUBY_VERSION}.${RUBY_PATCH_LEVEL} +RUBY_DISTNAME?= ruby-${RUBY_VERSION}-p${RUBY_PATCH_LEVEL} .else RUBY_DISTNAME?= ruby-${RUBY_VERSION} .endif |