diff options
author | knu <knu@FreeBSD.org> | 2003-09-10 15:33:57 +0800 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2003-09-10 15:33:57 +0800 |
commit | 28747afa13e8b2dade37b997c819aebf90a87db3 (patch) | |
tree | bdc95b82d7b0a8fd71e15d9eac965aff455dd127 /lang/ruby18/Makefile | |
parent | 8ec0261c9c0b6560df204e64ae33c413f2450d76 (diff) | |
download | freebsd-ports-graphics-28747afa13e8b2dade37b997c819aebf90a87db3.tar.gz freebsd-ports-graphics-28747afa13e8b2dade37b997c819aebf90a87db3.tar.zst freebsd-ports-graphics-28747afa13e8b2dade37b997c819aebf90a87db3.zip |
Update lang/ruby18 to the latest snapshot as of 2003-09-09.
Many bugs have been fixed since the 1.8.0 release. (The diff file is
very big because some big files were moved, sorry)
Diffstat (limited to 'lang/ruby18/Makefile')
-rw-r--r-- | lang/ruby18/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/ruby18/Makefile b/lang/ruby18/Makefile index dd34f3bf184..2a79b7de37d 100644 --- a/lang/ruby18/Makefile +++ b/lang/ruby18/Makefile @@ -149,7 +149,7 @@ post-install: ${MKDIR} ${RUBY_DOCDIR} ${TOUCH} ${RUBY_DOCDIR}/.keep_me .if !defined(NOPORTDOCS) - ${INSTALL_DATA} ${WRKSRC}/sample/* ${RUBY_EXAMPLESDIR} + ${CP} -R ${WRKSRC}/sample/* ${RUBY_EXAMPLESDIR}/ ${MKDIR} ${RUBY_EXAMPLESDIR}/curses ${INSTALL_DATA} ${WRKSRC}/ext/curses/hello.rb ${WRKSRC}/ext/curses/rain.rb ${WRKSRC}/ext/curses/view.rb ${RUBY_EXAMPLESDIR}/curses ${MKDIR} ${RUBY_EXAMPLESDIR}/dl |