diff options
author | obache <obache@pkgsrc.org> | 2012-05-04 01:23:37 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2012-05-04 01:23:37 +0000 |
commit | 86f072f93252f6081b512fcc0e685457b0048b5a (patch) | |
tree | 2f0de0f3748872a73aa320b754d561498d0b3b37 /lang/ruby193-base | |
parent | bf6ac4ca60bb5f21c321a92e498c25411001471b (diff) | |
download | pkgsrc-86f072f93252f6081b512fcc0e685457b0048b5a.tar.gz |
pax target directories must be prepared.
Diffstat (limited to 'lang/ruby193-base')
-rw-r--r-- | lang/ruby193-base/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lang/ruby193-base/Makefile b/lang/ruby193-base/Makefile index 8e80088613d..b7b91ee3569 100644 --- a/lang/ruby193-base/Makefile +++ b/lang/ruby193-base/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2012/04/22 08:17:16 taca Exp $ +# $NetBSD: Makefile,v 1.12 2012/05/04 01:23:37 obache Exp $ # DISTNAME= ${RUBY_DISTNAME} @@ -120,7 +120,8 @@ REPLACE_RUBY= bin/erb bin/gem bin/irb bin/rake bin/rdoc \ bin/ri bin/testrb REPLACE_RUBY_DIRS= ext lib sample INSTALLATION_DIRS= bin ${PKGMANDIR}/man1 \ - ${RUBY_DOC}/irb ${RUBY_EG}/bigdecimal ${RUBY_EG}/pty + ${RUBY_DOC}/irb ${RUBY_DOC}/ripper ${RUBY_DOC}/stringio \ + ${RUBY_EG}/bigdecimal ${RUBY_EG}/pty # ${RUBY_ARCHINC} ${RUBY_ARCHLIB} EMPTY_DIRS= generator/template markup/simple_markup |