Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/R-Rcpp devel/R-Rcpp: skip nonexistent file



details:   https://anonhg.NetBSD.org/pkgsrc/rev/129e5d0b1bd8
branches:  trunk
changeset: 431409:129e5d0b1bd8
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Wed May 13 03:28:30 2020 +0000

description:
devel/R-Rcpp: skip nonexistent file

diffstat:

 devel/R-Rcpp/Makefile |  3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diffs (17 lines):

diff -r 9970613adc71 -r 129e5d0b1bd8 devel/R-Rcpp/Makefile
--- a/devel/R-Rcpp/Makefile     Wed May 13 03:27:27 2020 +0000
+++ b/devel/R-Rcpp/Makefile     Wed May 13 03:28:30 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2020/04/29 02:15:52 mef Exp $
+# $NetBSD: Makefile,v 1.19 2020/05/13 03:28:30 rillig Exp $
 
 R_PKGNAME=     Rcpp
 R_PKGVER=      1.0.4.6
@@ -19,7 +19,6 @@
 
 REPLACE_R+=            inst/examples/*/*.r
 REPLACE_R+=            inst/examples/SugarPerformance/sugarBenchmarks.R
-REPLACE_R+=            inst/unitTests/runit.Date.R
 
 REPLACE_RSCRIPT+=      inst/discovery/cxx0x.R
 



Home | Main Index | Thread Index | Old Index