Ruby/DICT is an RFC 2229 compliant client-side library implementation of the DICT protocol, written in the Ruby programming language. It can be used to write clients that access dictionary definitions from a set of natural language dictionary databases. Author: Ian Macdonald <ian@caliban.org> WWW: http://www.caliban.org/ruby/ruby-dict.shtml
Use RUBY_SHEBANG_FILES. --- Makefile 26 Sep 2002 04:41:14 -0000 1.1.1.1 +++ Makefile 26 Sep 2002 09:51:35 -0000 @@ -18,11 +18,9 @@ USE_RUBY= yes USE_RUBY_SETUP= yes RUBY_SETUP= install.rb +RUBY_SHEBANG_FILES= ${WRKSRC}/rdict DOCS= README doc/dict.html doc/rdict.html - -post-patch: - ${RUBY} -i -pe 'sub "/usr/bin/ruby", "${RUBY}"' ${WRKSRC}/rdict post-install: ${INSTALL_SCRIPT} ${WRKSRC}/rdict ${PREFIX}/bin/
Responsible Changed From-To: freebsd-ports->knu I'll handle this.
State Changed From-To: open->closed Committed with trivial changes, thanks.