mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
- Fix shebangs
Approved by: portmgr blanket
This commit is contained in:
parent
d877f20d7f
commit
a61ccc7c2b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=397000
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user