summaryrefslogtreecommitdiff
path: root/lang/ruby/Makefile.common
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2012-02-04 09:43:32 +0000
committertaca <taca@pkgsrc.org>2012-02-04 09:43:32 +0000
commit708cb5440ef2daed7c7def2073bc1e313cbde242 (patch)
treea58a25706e1b52ff6a29517ceedb8c7f289106ca /lang/ruby/Makefile.common
parente79fcabdd4836b3cd36fa3fcc21621a1dbb0eef7 (diff)
downloadpkgsrc-708cb5440ef2daed7c7def2073bc1e313cbde242.tar.gz
Move RUBY_DISTNAME definition back to rubyversion.mk from Makefile.common.
Some extension might need Ruby's distribution files.
Diffstat (limited to 'lang/ruby/Makefile.common')
-rw-r--r--lang/ruby/Makefile.common11
1 files changed, 1 insertions, 10 deletions
diff --git a/lang/ruby/Makefile.common b/lang/ruby/Makefile.common
index c96702fdfef..48e2d41c5fd 100644
--- a/lang/ruby/Makefile.common
+++ b/lang/ruby/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.23 2011/12/18 13:20:17 taca Exp $
+# $NetBSD: Makefile.common,v 1.24 2012/02/04 09:43:32 taca Exp $
#
# Ruby base distribution common definition
# used by databases/ruby-gdbm/Makefile
@@ -47,15 +47,6 @@ RUBY_DISTINFO_FILE= ${RUBY_SRCDIR}/distinfo
RUBY_HOMEPAGE= http://www.ruby-lang.org/en/
-# common default
-_RUBY_PATCHLEVEL= ${RUBY_PATCHLEVEL:S/pl/p/:S/pre/preview/}
-
-.if !empty(_RUBY_PATCHLEVEL)
-RUBY_DISTNAME?= ruby-${RUBY_VERSION}-${_RUBY_PATCHLEVEL}
-.else
-RUBY_DISTNAME?= ruby-${RUBY_VERSION}
-.endif
-
RUBY_WRKSRC?= ${WRKDIR}/${RUBY_DISTNAME}
EXTRACT_SUFX= .tar.bz2
STRIP?= strip