diff options
author | taca <taca@pkgsrc.org> | 2006-01-03 14:29:58 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2006-01-03 14:29:58 +0000 |
commit | e4205b0597549f7095b724a11a7a0b5abf8cf3ea (patch) | |
tree | e5806ec726cbb761c24e04df3d13f4aeec345fca /lang | |
parent | adc026f663f19aaa97ee0dd610b441e4648e9ea9 (diff) | |
download | pkgsrc-e4205b0597549f7095b724a11a7a0b5abf8cf3ea.tar.gz |
Stop handling DIST_SUBDIR default for Ruby based packages.
Diffstat (limited to 'lang')
-rw-r--r-- | lang/ruby/Makefile.common | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/lang/ruby/Makefile.common b/lang/ruby/Makefile.common index 6c0e6724304..53b2f3b0d35 100644 --- a/lang/ruby/Makefile.common +++ b/lang/ruby/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.9 2005/12/08 09:14:50 rillig Exp $ +# $NetBSD: Makefile.common,v 1.10 2006/01/03 14:29:58 taca Exp $ # # Ruby base distribution common definition @@ -29,9 +29,7 @@ RUBY_HOMEPAGE= http://www.ruby-lang.org/en/ # common default RUBY_DISTNAME?= ruby-${RUBY_VERSION} RUBY_WRKSRC?= ${WRKDIR}/${RUBY_DISTNAME} -DIST_SUBDIR?= ruby STRIP?= strip -DIST_SUBDIR?= ${RUBY_DIST_SUBDIR} # # PLIST substitution |