summaryrefslogtreecommitdiff
path: root/lang/ruby
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2007-06-10 13:47:03 +0000
committertaca <taca@pkgsrc.org>2007-06-10 13:47:03 +0000
commit22cc689545927c62bcad3da9bb867ff666eec1b7 (patch)
tree246d6068ed641366902528b2d07e3fc1a35e9d11 /lang/ruby
parente2d4932ed91562c23624db43ee3308d6c89c5c8f (diff)
downloadpkgsrc-22cc689545927c62bcad3da9bb867ff666eec1b7.tar.gz
Correct RUBY_DISTNAME with RUBY_PATCH_LEVEL set.
Diffstat (limited to 'lang/ruby')
-rw-r--r--lang/ruby/Makefile.common4
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