- Fix shebangs

Approved by:	portmgr blanket
This commit is contained in:
Dmitry Marakasov 2015-09-15 16:28:10 +00:00
parent d877f20d7f
commit a61ccc7c2b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=397000

View file

@ -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>