diff options
-rw-r--r-- | lang/ruby/Makefile.common | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/lang/ruby/Makefile.common b/lang/ruby/Makefile.common index 527ea6b2953..d088de29db1 100644 --- a/lang/ruby/Makefile.common +++ b/lang/ruby/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.28 2012/09/16 15:21:30 taca Exp $ +# $NetBSD: Makefile.common,v 1.29 2012/10/17 00:17:50 taca Exp $ # # Ruby base distribution common definition # used by databases/ruby-gdbm/Makefile @@ -64,9 +64,6 @@ PLIST_SUBST+= RUBY_SHLIBVER=${RUBY_SHLIBVER:Q} \ RUBY_NAME=${RUBY_NAME:Q} .if !empty(RUBY_EXTNAME) -.if ${RUBY_VER} == "193" -DIST_SUBDIR= ruby193-base-201202170 -.endif PKGNAME?= ${RUBY_PKGPREFIX}-${RUBY_EXTNAME}-${RUBY_VERSION_FULL} DISTINFO_FILE= ${.CURDIR}/../../lang/${RUBY_BASE}/distinfo |