diff options
author | taca <taca> | 2012-10-17 00:17:50 +0000 |
---|---|---|
committer | taca <taca> | 2012-10-17 00:17:50 +0000 |
commit | 2cb333b588d97aee13b8df59fe825664a511edc2 (patch) | |
tree | 89e194f48494277b365bcf2f420e17e7f2bf4ea4 /lang | |
parent | b42c4749ece9aa12219196ed4211ec044173264b (diff) | |
download | pkgsrc-2cb333b588d97aee13b8df59fe825664a511edc2.tar.gz |
There were another extra DIST_SUBDIR to fix build problem.
Diffstat (limited to 'lang')
-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 |