diff options
-rw-r--r-- | lang/ruby18-base/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/lang/ruby18-base/Makefile b/lang/ruby18-base/Makefile index 4f0ee529823..25eaea35156 100644 --- a/lang/ruby18-base/Makefile +++ b/lang/ruby18-base/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.41 2008/04/12 22:43:02 jlam Exp $ +# $NetBSD: Makefile,v 1.42 2008/04/14 21:47:35 jlam Exp $ # DISTNAME= ${RUBY_DISTNAME} @@ -96,8 +96,7 @@ OPENSSL_EXAMPLES= c_rehash.rb cert2text.rb cert_store_view.rb \ wget.rb PTY_EXAMPLES= expect_sample.rb script.rb shl.rb -REPLACE_RUBY_DIRS= ${WRKSRC}/bin ${WRKSRC}/ext ${WRKSRC}/lib \ - ${WRKSRC}/sample +REPLACE_RUBY_DIRS= bin ext lib sample pre-configure: ${RM} -f ${WRKSRC}/ext/curses/extconf.rb |