pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/R-cliapp
Module Name: pkgsrc
Committed By: mef
Date: Sun Jan 26 14:02:18 UTC 2020
Modified Files:
pkgsrc/devel/R-cliapp: Makefile
Log Message:
(devel/R-cliapp) Fix [check-interpreter.mk] issue.
Warning(?) is issued, but packaging is OK now.
=> Generating post-install file lists
/usr/bin/awk: syntax error at source line 1
context is
{ t=$0; sub("^/export/CHROOT/usr/pkgsrc/", ""); printf "%s %s\n"; >>> t, <<<
/usr/bin/awk: illegal statement at source line 1
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/R-cliapp/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/R-cliapp/Makefile
diff -u pkgsrc/devel/R-cliapp/Makefile:1.3 pkgsrc/devel/R-cliapp/Makefile:1.4
--- pkgsrc/devel/R-cliapp/Makefile:1.3 Sat Jan 25 13:53:36 2020
+++ pkgsrc/devel/R-cliapp/Makefile Sun Jan 26 14:02:18 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2020/01/25 13:53:36 mef Exp $
+# $NetBSD: Makefile,v 1.4 2020/01/26 14:02:18 mef Exp $
R_PKGNAME= cliapp
R_PKGVER= 0.1.0
@@ -24,6 +24,14 @@ TEST_DEPENDS+= R-rstudioapi-[0-9]*:../..
USE_LANGUAGES= # none
+REPLACE_INTERPRETER+= r
+REPLACE.r.old= .*R
+REPLACE.r.new= ${PREFIX}/bin/R
+REPLACE_FILES.r= inst/scripts/news.R \
+ inst/scripts/outdated.R \
+ inst/scripts/search.R \
+ inst/scripts/up.R
+
.include "../../math/R/Makefile.extension"
.include "../../sysutils/R-progress/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index