aboutsummaryrefslogtreecommitdiff
path: root/textproc/ruby-rdtool
diff options
context:
space:
mode:
authorAkinori MUSHA <knu@FreeBSD.org>2001-05-12 20:26:16 +0000
committerAkinori MUSHA <knu@FreeBSD.org>2001-05-12 20:26:16 +0000
commit9c14c1d9f9b62d1efb276d3d39138e678456fa73 (patch)
treec5fd8c1a03afdb15e35cc27de3d00ba91ac41674 /textproc/ruby-rdtool
parent604c0d03b4243e9fe8345cd7738adf2f0febc7f9 (diff)
downloadports-9c14c1d9f9b62d1efb276d3d39138e678456fa73.tar.gz
ports-9c14c1d9f9b62d1efb276d3d39138e678456fa73.zip
Install dot.rd2rc properly. (The bug has been submitted to the author)
Notes
Notes: svn path=/head/; revision=42555
Diffstat (limited to 'textproc/ruby-rdtool')
-rw-r--r--textproc/ruby-rdtool/Makefile4
-rw-r--r--textproc/ruby-rdtool/pkg-plist1
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