diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2004-02-26 19:20:09 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2004-02-26 19:20:09 +0000 |
commit | 7be480ee5d74ff048498affc4b642d0be5142347 (patch) | |
tree | 2f9bbc325056d2d4fafab21eb8fab30520e4bdb4 /lang/ruby16-shim-ruby18/Makefile | |
parent | a6cf5720c796c8010b5b07ed22aa1bc7f367b7bd (diff) | |
download | ports-7be480ee5d74ff048498affc4b642d0be5142347.tar.gz ports-7be480ee5d74ff048498affc4b642d0be5142347.zip |
Notes
Diffstat (limited to 'lang/ruby16-shim-ruby18/Makefile')
-rw-r--r-- | lang/ruby16-shim-ruby18/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/ruby16-shim-ruby18/Makefile b/lang/ruby16-shim-ruby18/Makefile index 292afe44110d..eac37967966c 100644 --- a/lang/ruby16-shim-ruby18/Makefile +++ b/lang/ruby16-shim-ruby18/Makefile @@ -50,7 +50,7 @@ pre-install: post-install: .if ${RUBY_VER} == ${RUBY_DEFAULT_VER} for f in ${INSTALLED_SCRIPTS}; do \ - ${LN} -f $${f}${RUBY_R} $${f}${_RUBY_SUFFIX}; \ + ${LN} -f $${f}${RUBY_SUFFIX} $${f}${RUBY_R}; \ done .endif |