diff options
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 |