pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/x11/ruby-wxruby
Module Name: pkgsrc
Committed By: taca
Date: Thu Jun 1 12:51:14 UTC 2017
Modified Files:
pkgsrc/x11/ruby-wxruby: Makefile
Log Message:
Do not use "rake" as command name but use ${RAKE_NAME}.
To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 pkgsrc/x11/ruby-wxruby/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/x11/ruby-wxruby/Makefile
diff -u pkgsrc/x11/ruby-wxruby/Makefile:1.25 pkgsrc/x11/ruby-wxruby/Makefile:1.26
--- pkgsrc/x11/ruby-wxruby/Makefile:1.25 Sun Feb 12 06:26:15 2017
+++ pkgsrc/x11/ruby-wxruby/Makefile Thu Jun 1 12:51:14 2017
@@ -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_DEPENDS+= ${RUBY_PKGPREFIX}-redclo
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