diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2001-03-02 10:41:26 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2001-03-02 10:41:26 +0000 |
commit | 84f3661d6ed0001ec39e8cb0bd06499ff5544f89 (patch) | |
tree | c4630eeab8a14d3ce671d60f2258fbc9e0fb6405 /devel/ruby-textbuf/Makefile | |
parent | Add ruby-dialogs, a simple Ruby interface to dialog(1). (diff) |
Update to 0.3.7. A couple of examples are added.
Diffstat (limited to 'devel/ruby-textbuf/Makefile')
-rw-r--r-- | devel/ruby-textbuf/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/devel/ruby-textbuf/Makefile b/devel/ruby-textbuf/Makefile index b366fd72303c..5d5c2c57992c 100644 --- a/devel/ruby-textbuf/Makefile +++ b/devel/ruby-textbuf/Makefile @@ -6,7 +6,7 @@ # PORTNAME= textbuf -PORTVERSION= 0.3.6 +PORTVERSION= 0.3.7 CATEGORIES= devel ruby MASTER_SITES= http://www1.u-netsurf.ne.jp/~brew/mine/soft/ MASTER_SITE_SUBDIR= knu @@ -24,6 +24,9 @@ DOCS_JA= README.ja do-install: .if !defined(NOPORTDOCS) + ${MKDIR} ${RUBY_EXAMPLESDIR}/textbuf/ja + ${INSTALL_DATA} ${WRKSRC}/stest.rb ${RUBY_EXAMPLESDIR}/textbuf/ + ${INSTALL_DATA} ${WRKSRC}/test.rb ${RUBY_EXAMPLESDIR}/textbuf/ja/ ${MKDIR} ${RUBY_DOCDIR}/textbuf/ja .for f in ${DOCS_EN} ${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_DOCDIR}/textbuf/ |