diff --git a/devel/R-cran-Rcpp/Makefile b/devel/R-cran-Rcpp/Makefile index ce63f9912266..e12df330e18f 100644 --- a/devel/R-cran-Rcpp/Makefile +++ b/devel/R-cran-Rcpp/Makefile @@ -3,6 +3,7 @@ PORTNAME= Rcpp PORTVERSION= 0.12.1 +PORTREVISION= 1 CATEGORIES= devel DISTNAME= ${PORTNAME}_${PORTVERSION} @@ -12,6 +13,12 @@ COMMENT= Seamless R and C++ Integration LICENSE= GPLv2 GPLv3 LICENSE_COMB= dual -USES= cran:auto-plist +USES= cran:auto-plist shebangfix +SHEBANG_FILES= inst/examples/ConvolveBenchmarks/buildAndRun.sh \ + inst/examples/*/*.r \ + inst/examples/SugarPerformance/sugarBenchmarks.R +SHEBANG_LANG= r +r_OLD_CMD= /usr/bin/r +r_CMD= ${LOCALBASE}/bin/R .include