summaryrefslogtreecommitdiff
path: root/lang/ruby/replace.mk
AgeCommit message (Collapse)AuthorFilesLines
2008-03-17Allow REPLACE_RUBY_DIRS to be relative to ${WRKSRC}.jlam1-3/+4
2007-12-13Use more Ruby specific name: s/REPLACE_FILE_PAT/REPLACE_RUBY_PAT/.taca1-8/+8
2007-05-01Make the shebang line regex less restrictive, so that it matchesminskim1-2/+2
"ruby" followed by a version number.
2006-07-20Change last instance of _REPLACE.* to REPLACE.*. Remove specialjlam1-4/+4
_REPLACE.* handling from replace-interpreter.mk.
2006-06-25replace.mk needs rubyversion.mk.rillig1-1/+3
2006-01-30Simplify pattern for REPLACE_RUBY to fix some packages which containstaca1-2/+2
"/bin/env ruby" in bang line. It was broken after switching to use subst frame work. The problem was noted by OBATA Akio via private mail, thanks much.
2005-12-05Fixed pkglint warnings. The warnings are mostly quoting issues, forrillig1-2/+2
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some other changes are outlined in http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
2005-11-02Use subst framework to process REPLACE_RUBY.taca1-29/+16
2004-11-27Importing files for Ruby's new framework.taca1-0/+63