aboutsummaryrefslogtreecommitdiff
path: root/devel/R-cran-Rcpp
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2015-09-15 16:28:10 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2015-09-15 16:28:10 +0000
commita61ccc7c2bdadf3928d57db87b9b5a7a68584bdc (patch)
treef4353a3caa88fee8df0b4622a71926e526717dbd /devel/R-cran-Rcpp
parentd877f20d7fa76ff17782cc63c09f22c5111be23a (diff)
downloadports-a61ccc7c2bdadf3928d57db87b9b5a7a68584bdc.tar.gz
ports-a61ccc7c2bdadf3928d57db87b9b5a7a68584bdc.zip
- Fix shebangs
Approved by: portmgr blanket
Notes
Notes: svn path=/head/; revision=397000
Diffstat (limited to 'devel/R-cran-Rcpp')
-rw-r--r--devel/R-cran-Rcpp/Makefile9
1 files changed, 8 insertions, 1 deletions
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 <bsd.port.mk>