diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2001-02-10 16:43:22 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2001-02-10 16:43:22 +0000 |
commit | fcd4c74199c34a5830f386d29b51c3cd424c958b (patch) | |
tree | 02b7f630857a0c5f505bbdced6892c2512844554 | |
parent | Correct the chechsum of ruby-1.6.2-2001.02.05.patch.gz. (diff) |
Use RUBY_SHEBANG_FILES to adjust the #! line of irb.rb. Somehow I
dropped this when I did a mass convert some time ago..
Notes
Notes:
svn path=/head/; revision=38177
-rw-r--r-- | lang/ruby14-irb/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/ruby14-irb/Makefile b/lang/ruby14-irb/Makefile index 417094a2655f..4be179d13961 100644 --- a/lang/ruby14-irb/Makefile +++ b/lang/ruby14-irb/Makefile @@ -20,12 +20,12 @@ RUBY_VER= 1.4 USE_RUBY= yes -NO_BUILD= yes +RUBY_SHEBANG_FILES= ${WRKSRC}/irb.rb WRKSRC= ${WRKDIR}/${PORTNAME} +NO_BUILD= yes post-patch: - ${PERL} -i -pe '$$. == 1 && s,^#!\s*\S+,#!${RUBY},' ${WRKSRC}/irb.rb ${RM} -f ${WRKSRC}/instirb.rb do-install: |