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/ruby-rdtool/Makefile | |
parent | 4ba25a6bcf7b051ff03fa2fc63a966aef5f02c63 (diff) | |
download | ports-74e8a39c35cc9d285a61fe5c8a5a5c00ea763bad.tar.gz ports-74e8a39c35cc9d285a61fe5c8a5a5c00ea763bad.zip |
Update to 0.6.6, with the patches merged. :)
Notes
Notes:
svn path=/head/; revision=34046
Diffstat (limited to 'textproc/ruby-rdtool/Makefile')
-rw-r--r-- | textproc/ruby-rdtool/Makefile | 6 |
1 files changed, 4 insertions, 2 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}; \ |