diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2000-10-20 21:15:56 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2000-10-20 21:15:56 +0000 |
commit | 74e8a39c35cc9d285a61fe5c8a5a5c00ea763bad (patch) | |
tree | 0fe5e03d7ad972c30fbbd5f80698c1783d175a35 /textproc | |
parent | 4ba25a6bcf7b051ff03fa2fc63a966aef5f02c63 (diff) | |
download | ports-74e8a39c35cc9d285a61fe5c8a5a5c00ea763bad.tar.gz ports-74e8a39c35cc9d285a61fe5c8a5a5c00ea763bad.zip |
Notes
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/ruby-rdtool/Makefile | 6 | ||||
-rw-r--r-- | textproc/ruby-rdtool/distinfo | 2 |
2 files changed, 5 insertions, 3 deletions
diff --git a/textproc/ruby-rdtool/Makefile b/textproc/ruby-rdtool/Makefile index cffd16f1ca55..835f6a4405d6 100644 --- a/textproc/ruby-rdtool/Makefile +++ b/textproc/ruby-rdtool/Makefile @@ -6,7 +6,7 @@ # PORTNAME= rdtool -PORTVERSION= 0.6.5 +PORTVERSION= 0.6.6 CATEGORIES= textproc ruby MASTER_SITES= http://www2.pos.to/~tosh/ruby/rdtool/archive/ PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} @@ -23,6 +23,8 @@ RUN_DEPENDS= ${RUBY_SITELIBDIR}/racc/parser.rb:${PORTSDIR}/devel/ruby-racc-runti USE_RUBY= yes +RUBY_SHEBANG_FILES= ${WRKSRC}/rmi2html.rb + EMACSLISPDIR= ${PREFIX}/share/emacs/site-lisp XEMACSLISPDIR= ${PREFIX}/lib/xemacs/site-lisp @@ -35,7 +37,7 @@ do-configure: ${SETENV} ${CONFIGURE_ENV} ${RUBY} rdtoolconf.rb post-patch: - ${PERL} -i -pe 's,/usr/local,${PREFIX},g' ${WRKSRC}/utils/rdswap.rb + ${RUBY} -i -pe 'gsub %r"/usr/local\b", "${PREFIX}"' ${WRKSRC}/utils/rdswap.rb pre-build: @cd ${WRKSRC}; \ diff --git a/textproc/ruby-rdtool/distinfo b/textproc/ruby-rdtool/distinfo index 51c71b7d2651..b0cf51deb418 100644 --- a/textproc/ruby-rdtool/distinfo +++ b/textproc/ruby-rdtool/distinfo @@ -1 +1 @@ -MD5 (ruby/rdtool-0.6.5.tar.gz) = 1afc88efeb3217d47cf30aa99d3c87f5 +MD5 (ruby/rdtool-0.6.6.tar.gz) = 36faf95bd070d560cf752b095ad4ea21 |