From 22cc689545927c62bcad3da9bb867ff666eec1b7 Mon Sep 17 00:00:00 2001 From: taca Date: Sun, 10 Jun 2007 13:47:03 +0000 Subject: Correct RUBY_DISTNAME with RUBY_PATCH_LEVEL set. --- lang/ruby/Makefile.common | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lang/ruby') 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 -- cgit v1.2.3