pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/x11/ruby-wxruby Do not use "rake" as command name but ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a528fef47b58
branches:  trunk
changeset: 363118:a528fef47b58
user:      taca <taca%pkgsrc.org@localhost>
date:      Thu Jun 01 12:51:14 2017 +0000

description:
Do not use "rake" as command name but use ${RAKE_NAME}.

diffstat:

 x11/ruby-wxruby/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 265046a3b440 -r a528fef47b58 x11/ruby-wxruby/Makefile
--- a/x11/ruby-wxruby/Makefile  Thu Jun 01 12:27:48 2017 +0000
+++ b/x11/ruby-wxruby/Makefile  Thu Jun 01 12:51:14 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.25 2017/02/12 06:26:15 ryoon Exp $
+# $NetBSD: Makefile,v 1.26 2017/06/01 12:51:14 taca Exp $
 #
 
 DISTNAME=      wxruby-2.0.1
@@ -15,7 +15,7 @@
 
 BUILD_TARGET=          default html_docs
 USE_RAKE=              YES
-RAKE=                  rake -I "./lib"
+RAKE=                  ${RAKE_NAME} -I "./lib"
 USE_LANGUAGES=         c++
 USE_TOOLS=             pax
 REPLACE_RUBY_DIRS=     samples



Home | Main Index | Thread Index | Old Index