diff options
author | knu <knu@FreeBSD.org> | 2001-05-13 04:26:16 +0800 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2001-05-13 04:26:16 +0800 |
commit | 5bc8d6db6b766ebf87397055c1df6134de042324 (patch) | |
tree | 649e07fec6b6e3606af5c7fdc45ac3d47900ce26 /textproc | |
parent | 2f367f4dfe66ce5b4aeb8cf3b6e6cb5fa35eb591 (diff) | |
download | freebsd-ports-gnome-5bc8d6db6b766ebf87397055c1df6134de042324.tar.gz freebsd-ports-gnome-5bc8d6db6b766ebf87397055c1df6134de042324.tar.zst freebsd-ports-gnome-5bc8d6db6b766ebf87397055c1df6134de042324.zip |
Install dot.rd2rc properly. (The bug has been submitted to the author)
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/ruby-rdtool/Makefile | 4 | ||||
-rw-r--r-- | textproc/ruby-rdtool/pkg-plist | 1 |
2 files changed, 4 insertions, 1 deletions
diff --git a/textproc/ruby-rdtool/Makefile b/textproc/ruby-rdtool/Makefile index 6750c18528f0..f2c85037fea6 100644 --- a/textproc/ruby-rdtool/Makefile +++ b/textproc/ruby-rdtool/Makefile @@ -7,6 +7,7 @@ PORTNAME= rdtool PORTVERSION= 0.6.8 +PORTREVISION= 1 CATEGORIES= textproc ruby MASTER_SITES= http://www2.pos.to/~tosh/ruby/rdtool/archive/ PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} @@ -57,9 +58,10 @@ post-install: ${LN} -sf rmi2html.rb ${PREFIX}/bin/rmi2html ${INSTALL_DATA} ${WRKSRC}/rd/rd2rmi-lib.rb ${RUBY_SITELIBDIR}/rd/ ${INSTALL_SCRIPT} ${WRKSRC}/utils/rdswap.rb ${PREFIX}/bin/rdswap + ${INSTALL_DATA} ${WRKSRC}/rd/dot.rd2rc ${RUBY_SITELIBDIR}/rd/ .if !defined(NOPORTDOCS) ${MKDIR} ${RUBY_EXAMPLESDIR}/rd - ${CP} ${WRKSRC}/rd/dot.rd2rc ${RUBY_EXAMPLESDIR}/rd/ + ${INSTALL_DATA} ${WRKSRC}/rd/dot.rd2rc ${RUBY_EXAMPLESDIR}/rd/ ${MKDIR} ${RUBY_DOCDIR}/rd/ja .for f in ${DOCS_EN} ${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_DOCDIR}/rd/ diff --git a/textproc/ruby-rdtool/pkg-plist b/textproc/ruby-rdtool/pkg-plist index 3e2ec3d6dd3d..3f31a259366d 100644 --- a/textproc/ruby-rdtool/pkg-plist +++ b/textproc/ruby-rdtool/pkg-plist @@ -6,6 +6,7 @@ bin/rmi2html.rb %%RUBY_SITELIBDIR%%/rd/complex-list-item.rb %%RUBY_SITELIBDIR%%/rd/desclist.rb %%RUBY_SITELIBDIR%%/rd/document-struct.rb +%%RUBY_SITELIBDIR%%/rd/dot.rd2rc %%RUBY_SITELIBDIR%%/rd/element.rb %%RUBY_SITELIBDIR%%/rd/filter.rb %%RUBY_SITELIBDIR%%/rd/inline-element.rb |